Home
last modified time | relevance | path

Searched refs:ZEND_ABSTRACT_ME (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/pecl-yaf/yaf-3.3.3/views/
H A Dyaf_view_interface.c36 ZEND_ABSTRACT_ME(yaf_view, assign, yaf_view_assign_arginfo)
37 ZEND_ABSTRACT_ME(yaf_view, display, yaf_view_display_arginfo)
38 ZEND_ABSTRACT_ME(yaf_view, render, yaf_view_render_arginfo)
39 ZEND_ABSTRACT_ME(yaf_view, setScriptPath, yaf_view_setpath_arginfo)
40 ZEND_ABSTRACT_ME(yaf_view, getScriptPath, yaf_view_getpath_arginfo)
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/
H A DCursorInterface.c39 ZEND_ABSTRACT_ME(CursorInterface, getId, ai_CursorInterface_void)
40 ZEND_ABSTRACT_ME(CursorInterface, getServer, ai_CursorInterface_void)
41 ZEND_ABSTRACT_ME(CursorInterface, isDead, ai_CursorInterface_void)
42 ZEND_ABSTRACT_ME(CursorInterface, setTypeMap, ai_CursorInterface_setTypeMap)
43 ZEND_ABSTRACT_ME(CursorInterface, toArray, ai_CursorInterface_void)
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/BSON/
H A DRegexInterface.c34 ZEND_ABSTRACT_ME(RegexInterface, getFlags, ai_RegexInterface_void)
35 ZEND_ABSTRACT_ME(RegexInterface, getPattern, ai_RegexInterface_void)
36 ZEND_ABSTRACT_ME(RegexInterface, __toString, ai_RegexInterface_void)
H A DTimestampInterface.c34 ZEND_ABSTRACT_ME(TimestampInterface, getIncrement, ai_TimestampInterface_void)
35 ZEND_ABSTRACT_ME(TimestampInterface, getTimestamp, ai_TimestampInterface_void)
36 ZEND_ABSTRACT_ME(TimestampInterface, __toString, ai_TimestampInterface_void)
H A DJavascriptInterface.c34 ZEND_ABSTRACT_ME(JavascriptInterface, getCode, ai_JavascriptInterface_void)
35 ZEND_ABSTRACT_ME(JavascriptInterface, getScope, ai_JavascriptInterface_void)
36 ZEND_ABSTRACT_ME(JavascriptInterface, __toString, ai_JavascriptInterface_void)
H A DBinaryInterface.c34 ZEND_ABSTRACT_ME(BinaryInterface, getData, ai_BinaryInterface_void)
35 ZEND_ABSTRACT_ME(BinaryInterface, getType, ai_BinaryInterface_void)
36 ZEND_ABSTRACT_ME(BinaryInterface, __toString, ai_BinaryInterface_void)
H A DObjectIdInterface.c34 ZEND_ABSTRACT_ME(ObjectIdInterface, getTimestamp, ai_ObjectIdInterface_void)
35 ZEND_ABSTRACT_ME(ObjectIdInterface, __toString, ai_ObjectIdInterface_void)
H A DUTCDateTimeInterface.c34 ZEND_ABSTRACT_ME(UTCDateTimeInterface, toDateTime, ai_UTCDateTimeInterface_void)
35 ZEND_ABSTRACT_ME(UTCDateTimeInterface, __toString, ai_UTCDateTimeInterface_void)
H A DDecimal128Interface.c34 ZEND_ABSTRACT_ME(Decimal128Interface, __toString, ai_Decimal128Interface_void)
H A DUnserializable.c35 ZEND_ABSTRACT_ME(Unserializable, bsonUnserialize, ai_Unserializable_bsonUnserialize)
H A DSerializable.c34 ZEND_ABSTRACT_ME(Serializable, bsonSerialize, ai_Serializable_void)
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/Monitoring/
H A DCommandSubscriber.c44 ZEND_ABSTRACT_ME(CommandSubscriber, commandStarted, ai_CommandSubscriber_commandStarted)
45 ZEND_ABSTRACT_ME(CommandSubscriber, commandSucceeded, ai_CommandSubscriber_commandSucceeded)
46 ZEND_ABSTRACT_ME(CommandSubscriber, commandFailed, ai_CommandSubscriber_commandFailed)
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_interfaces.c505 ZEND_ABSTRACT_ME(iterator, getIterator, NULL)
510 ZEND_ABSTRACT_ME(iterator, current, NULL)
511 ZEND_ABSTRACT_ME(iterator, next, NULL)
512 ZEND_ABSTRACT_ME(iterator, key, NULL)
513 ZEND_ABSTRACT_ME(iterator, valid, NULL)
514 ZEND_ABSTRACT_ME(iterator, rewind, NULL)
534 ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
535 ZEND_ABSTRACT_ME(arrayaccess, offsetGet, arginfo_arrayaccess_offset_get)
537 ZEND_ABSTRACT_ME(arrayaccess, offsetUnset, arginfo_arrayaccess_offset)
546 ZEND_ABSTRACT_ME(serializable, serialize, NULL)
[all …]
H A Dzend_exceptions.c764 ZEND_ABSTRACT_ME(throwable, getMessage, NULL)
765 ZEND_ABSTRACT_ME(throwable, getCode, NULL)
766 ZEND_ABSTRACT_ME(throwable, getFile, NULL)
767 ZEND_ABSTRACT_ME(throwable, getLine, NULL)
768 ZEND_ABSTRACT_ME(throwable, getTrace, NULL)
769 ZEND_ABSTRACT_ME(throwable, getPrevious, NULL)
770 ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
771 ZEND_ABSTRACT_ME(throwable, __toString, NULL)
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_interfaces.c505 ZEND_ABSTRACT_ME(iterator, getIterator, NULL)
510 ZEND_ABSTRACT_ME(iterator, current, NULL)
511 ZEND_ABSTRACT_ME(iterator, next, NULL)
512 ZEND_ABSTRACT_ME(iterator, key, NULL)
513 ZEND_ABSTRACT_ME(iterator, valid, NULL)
514 ZEND_ABSTRACT_ME(iterator, rewind, NULL)
534 ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
535 ZEND_ABSTRACT_ME(arrayaccess, offsetGet, arginfo_arrayaccess_offset_get)
537 ZEND_ABSTRACT_ME(arrayaccess, offsetUnset, arginfo_arrayaccess_offset)
546 ZEND_ABSTRACT_ME(serializable, serialize, NULL)
[all …]
H A Dzend_exceptions.c764 ZEND_ABSTRACT_ME(throwable, getMessage, NULL)
765 ZEND_ABSTRACT_ME(throwable, getCode, NULL)
766 ZEND_ABSTRACT_ME(throwable, getFile, NULL)
767 ZEND_ABSTRACT_ME(throwable, getLine, NULL)
768 ZEND_ABSTRACT_ME(throwable, getTrace, NULL)
769 ZEND_ABSTRACT_ME(throwable, getPrevious, NULL)
770 ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
771 ZEND_ABSTRACT_ME(throwable, __toString, NULL)
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_interfaces.c536 ZEND_ABSTRACT_ME(iterator, getIterator, NULL)
541 ZEND_ABSTRACT_ME(iterator, current, NULL)
542 ZEND_ABSTRACT_ME(iterator, next, NULL)
543 ZEND_ABSTRACT_ME(iterator, key, NULL)
544 ZEND_ABSTRACT_ME(iterator, valid, NULL)
545 ZEND_ABSTRACT_ME(iterator, rewind, NULL)
565 ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
566 ZEND_ABSTRACT_ME(arrayaccess, offsetGet, arginfo_arrayaccess_offset_get)
568 ZEND_ABSTRACT_ME(arrayaccess, offsetUnset, arginfo_arrayaccess_offset)
577 ZEND_ABSTRACT_ME(serializable, serialize, NULL)
[all …]
H A Dzend_exceptions.c768 ZEND_ABSTRACT_ME(throwable, getMessage, NULL)
769 ZEND_ABSTRACT_ME(throwable, getCode, NULL)
770 ZEND_ABSTRACT_ME(throwable, getFile, NULL)
771 ZEND_ABSTRACT_ME(throwable, getLine, NULL)
772 ZEND_ABSTRACT_ME(throwable, getTrace, NULL)
773 ZEND_ABSTRACT_ME(throwable, getPrevious, NULL)
774 ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
775 ZEND_ABSTRACT_ME(throwable, __toString, NULL)
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_interfaces.c536 ZEND_ABSTRACT_ME(iterator, getIterator, NULL)
541 ZEND_ABSTRACT_ME(iterator, current, NULL)
542 ZEND_ABSTRACT_ME(iterator, next, NULL)
543 ZEND_ABSTRACT_ME(iterator, key, NULL)
544 ZEND_ABSTRACT_ME(iterator, valid, NULL)
545 ZEND_ABSTRACT_ME(iterator, rewind, NULL)
565 ZEND_ABSTRACT_ME(arrayaccess, offsetExists, arginfo_arrayaccess_offset)
566 ZEND_ABSTRACT_ME(arrayaccess, offsetGet, arginfo_arrayaccess_offset_get)
568 ZEND_ABSTRACT_ME(arrayaccess, offsetUnset, arginfo_arrayaccess_offset)
577 ZEND_ABSTRACT_ME(serializable, serialize, NULL)
[all …]
H A Dzend_exceptions.c768 ZEND_ABSTRACT_ME(throwable, getMessage, NULL)
769 ZEND_ABSTRACT_ME(throwable, getCode, NULL)
770 ZEND_ABSTRACT_ME(throwable, getFile, NULL)
771 ZEND_ABSTRACT_ME(throwable, getLine, NULL)
772 ZEND_ABSTRACT_ME(throwable, getTrace, NULL)
773 ZEND_ABSTRACT_ME(throwable, getPrevious, NULL)
774 ZEND_ABSTRACT_ME(throwable, getTraceAsString, NULL)
775 ZEND_ABSTRACT_ME(throwable, __toString, NULL)
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dspl_functions.h73 ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info)
/dports/lang/php74/php-7.4.27/ext/spl/
H A Dspl_functions.h73 ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info)
/dports/www/mod_php73/php-7.3.33/ext/spl/
H A Dspl_functions.h73 ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info)
/dports/www/mod_php74/php-7.4.27/ext/spl/
H A Dspl_functions.h73 ZEND_ABSTRACT_ME( spl_ ## class_name, function_name, arg_info)
/dports/www/mod_php80/php-8.0.15/main/
H A Dphp.h391 #define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME

12