Home
last modified time | relevance | path

Searched defs:object (Results 76 – 87 of 87) sorted by relevance

1234

/PHP-7.3/ext/json/
H A Djson_parser.tab.c1869 static int php_json_parser_object_create(php_json_parser *parser, zval *object) in php_json_parser_object_create()
1879 static int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, z… in php_json_parser_object_update()
/PHP-7.3/ext/com_dotnet/
H A Dcom_variant.c430 zval *object = getThis(); in PHP_FUNCTION() local
/PHP-7.3/Zend/
H A Dzend_API.h47 zend_object *object; member
56 zend_object *object; member
471 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
473 #define call_user_function_ex(function_table, object, function_name, retval_ptr, param_count, param… argument
H A Dzend_execute_API.c586 int _call_user_function_ex(zval *object, zval *function_name, zval *retval_ptr, uint32_t param_coun… in _call_user_function_ex()
H A Dzend_compile.h525 #define ZEND_SET_CALL_INFO(call, object, info) do { \ argument
/PHP-7.3/ext/mysqli/
H A Dmysqli_nonapi.c56 zval *object = getThis(); local
/PHP-7.3/ext/gmp/
H A Dgmp.c569 static int gmp_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_data… in gmp_serialize()
594 static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf… in gmp_unserialize()
/PHP-7.3/ext/spl/
H A Dspl_observer.c104 void spl_SplObjectStorage_free_storage(zend_object *object) /* {{{ */ in spl_SplObjectStorage_free_storage()
/PHP-7.3/ext/intl/converter/
H A Dconverter.c1047 static zend_object *php_converter_clone_object(zval *object) { in php_converter_clone_object()
/PHP-7.3/ext/pdo/
H A Dphp_pdo_driver.h634 zval object; member
/PHP-7.3/ext/phar/
H A Dphar_object.c1075 static void phar_spl_foreign_dtor(spl_filesystem_object *object) /* {{{ */ in phar_spl_foreign_dtor()
/PHP-7.3/ext/standard/
H A Darray.c2536 zend_object *object = zend_get_this_object(EG(current_execute_data)); local

Completed in 157 milliseconds

1234