Home
last modified time | relevance | path

Searched refs:zend_objects_not_comparable (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/ext/curl/
H A Dshare.c179 curl_share_handlers.compare = zend_objects_not_comparable; in curl_share_register_class()
H A Dmulti.c606 curl_multi_handlers.compare = zend_objects_not_comparable; in curl_multi_register_class()
H A Dinterface.c1203 curl_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/shmop/
H A Dshmop.c124 shmop_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/enchant/
H A Denchant.c202 enchant_broker_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
215 enchant_dict_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/sysvsem/
H A Dsysvsem.c167 sysvsem_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_object_handlers.h218 ZEND_API int zend_objects_not_comparable(zval *o1, zval *o2);
H A Dzend_object_handlers.c1614 ZEND_API int zend_objects_not_comparable(zval *o1, zval *o2) in zend_objects_not_comparable() function
/PHP-8.0/ext/sysvshm/
H A Dsysvshm.c115 sysvshm_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/sysvmsg/
H A Dsysvmsg.c124 sysvmsg_queue_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/zlib/
H A Dzlib.c1353 inflate_context_object_handlers.compare = zend_objects_not_comparable; in PHP_INI_END()
1368 deflate_context_object_handlers.compare = zend_objects_not_comparable; in PHP_INI_END()
/PHP-8.0/ext/sockets/
H A Dsockets.c449 socket_object_handlers.compare = zend_objects_not_comparable;
464 address_info_object_handlers.compare = zend_objects_not_comparable;
/PHP-8.0/ext/xml/
H A Dxml.c270 xml_parser_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/openssl/
H A Dopenssl.c1219 php_openssl_certificate_object_handlers.compare = zend_objects_not_comparable; in PHP_INI_END()
1234 php_openssl_request_object_handlers.compare = zend_objects_not_comparable; in PHP_INI_END()
1249 php_openssl_pkey_object_handlers.compare = zend_objects_not_comparable; in PHP_INI_END()
/PHP-8.0/ext/gd/
H A Dgd.c245 php_gd_image_object_handlers.compare = zend_objects_not_comparable; in php_gd_object_minit_helper()

Completed in 97 milliseconds