Home
last modified time | relevance | path

Searched refs:handlers (Results 101 – 109 of 109) sorted by relevance

12345

/php-src/Zend/
H A Dzend_operators.c825 Z_OBJ_P(op)->handlers != &std_object_handlers || in convert_to_array()
2832 if (zobj->handlers->cast_object(zobj, &tmp, _IS_BOOL) == SUCCESS) { in zend_object_is_true()
H A Dzend_API.h2387 *dest = zobj->handlers->get_properties(zobj); in zend_parse_arg_array_ht()
H A Dzend_compile.c4627 void **handlers = zend_flf_handlers; in find_frameless_function_offset() local
4628 void **current = handlers; in find_frameless_function_offset()
4631 return current - handlers; in find_frameless_function_offset()
/php-src/ext/standard/
H A Dvar_unserializer.re1120 * unserialize (in practice unserialization handlers also see it). Ideally we should
H A Darray.c666 if (zobj->handlers->count_elements) { in PHP_FUNCTION()
668 if (SUCCESS == zobj->handlers->count_elements(zobj, &Z_LVAL_P(return_value))) { in PHP_FUNCTION()
1024 return zobj->handlers->get_properties(zobj); in get_ht_for_iap()
/php-src/ext/gd/
H A Dgd.c242 zobj->handlers = &php_gd_font_object_handlers; in php_gd_font_object_create()
/php-src/ext/reflection/
H A Dphp_reflection.c5809 if (zend_hash_exists(classname_obj->handlers->get_properties(classname_obj), name)) { in ZEND_METHOD()
6171 if (UNEXPECTED(object->handlers->write_property != zend_std_write_property)) { in reflection_property_check_lazy_compatible()
/php-src/
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

Completed in 129 milliseconds

12345