Home
last modified time | relevance | path

Searched refs:handlers (Results 126 – 141 of 141) sorted by relevance

123456

/PHP-8.1/Zend/
H A Dzend_operators.c718 Z_OBJ_P(op)->handlers != &std_object_handlers || in convert_to_array()
2577 if (zobj->handlers->cast_object(zobj, &tmp, _IS_BOOL) == SUCCESS) { in zend_object_is_true()
H A Dzend_API.h2088 *dest = zobj->handlers->get_properties(zobj); in zend_parse_arg_array_ht()
/PHP-8.1/ext/gmp/
H A Dgmp.c254 intern->std.handlers = &gmp_object_handlers; in gmp_create_object_ex()
/PHP-8.1/ext/gd/
H A Dgd.c202 intern->std.handlers = &php_gd_image_object_handlers; in php_gd_image_object_create()
268 zobj->handlers = &php_gd_font_object_handlers; in php_gd_font_object_create()
/PHP-8.1/ext/snmp/
H A Dsnmp.c208 intern->zo.handlers = &php_snmp_object_handlers; in php_snmp_object_new()
/PHP-8.1/ext/standard/
H A Dvar_unserializer.re1090 * unserialize (in practice unserialization handlers also see it). Ideally we should
H A Darray.c1082 return zobj->handlers->get_properties(zobj); in get_ht_for_iap()
/PHP-8.1/ext/openssl/
H A Dopenssl.c150 intern->std.handlers = &php_openssl_certificate_object_handlers; in php_openssl_certificate_create_object()
190 intern->std.handlers = &php_openssl_request_object_handlers; in php_openssl_request_create_object()
231 intern->std.handlers = &php_openssl_pkey_object_handlers; in php_openssl_pkey_create_object()
/PHP-8.1/ext/zip/
H A Dphp_zip.c1082 intern->zo.handlers = &zip_object_handlers; in php_zip_object_new()
/PHP-8.1/ext/simplexml/
H A Dsimplexml.c2227 intern->zo.handlers = &sxe_object_handlers; in php_sxe_object_new()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c289 intern->zo.handlers = &reflection_object_handlers; in reflection_objects_new()
5439 if (zend_hash_exists(classname_obj->handlers->get_properties(classname_obj), name)) { in ZEND_METHOD()
/PHP-8.1/ext/imap/
H A Dphp_imap.c167 zobj->handlers = &imap_object_handlers; in imap_object_create()
/PHP-8.1/
H A Dphp.ini-development275 ; You cannot specify additional output handlers if zlib.output_compression
H A Dphp.ini-production275 ; You cannot specify additional output handlers if zlib.output_compression
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc13910 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
14343 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
14663 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
H A Dzend_jit_arm64.dasc13102 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
13496 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));
13773 …| // value = zobj->handlers->write_property(zobj, name, value, CACHE_ADDR(opline->extended_value));

Completed in 256 milliseconds

123456