Home
last modified time | relevance | path

Searched refs:object (Results 2226 – 2250 of 2250) sorted by relevance

1...<<81828384858687888990

/PHP-8.1/
H A DUPGRADING149 objects instead of "pgsql large object" resources. Return value checks
456 is deprecated. Instead cast the object to array first, or make use of
475 . Properties order used in foreach, var_dump(), serialize(), object comparison
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic23 >12 string OBJ_ \b, AOF object
2264 # object is the first object (true for CoreFoundation implementation).
4459 0 name asf-object
4472 >>30 use asf-object
4473 >>(16.q) use asf-object
5745 # Beetle object module
14302 # and object files.
21147 >12 belong 1 object
22792 0 search/80 .lo\ -\ a\ libtool\ object\ file libtool object file
35123 # xo65 object files
[all …]
H A Dmagic私はガラスを食べられます23 >12 string OBJ_ \b, AOF object
2264 # object is the first object (true for CoreFoundation implementation).
4459 0 name asf-object
4472 >>30 use asf-object
4473 >>(16.q) use asf-object
5745 # Beetle object module
14302 # and object files.
21147 >12 belong 1 object
22792 0 search/80 .lo\ -\ a\ libtool\ object\ file libtool object file
35123 # xo65 object files
[all …]
/PHP-8.1/ext/standard/
H A Dvar.c775 fci.object = obj; in php_var_serialize_call_sleep()
783 fci_cache.object = obj; in php_var_serialize_call_sleep()
H A Darray.c2528 zend_object *object = zend_get_this_object(EG(current_execute_data)); local
2529 if (object) {
2530 ZVAL_OBJ_COPY(&data, object);
/PHP-8.1/ext/openssl/
H A Dopenssl.c155 static zend_function *php_openssl_certificate_get_constructor(zend_object *object) { in php_openssl_certificate_get_constructor() argument
160 static void php_openssl_certificate_free_obj(zend_object *object) in php_openssl_certificate_free_obj() argument
162 php_openssl_certificate_object *x509_object = php_openssl_certificate_from_obj(object); in php_openssl_certificate_free_obj()
195 static zend_function *php_openssl_request_get_constructor(zend_object *object) { in php_openssl_request_get_constructor() argument
200 static void php_openssl_request_free_obj(zend_object *object) in php_openssl_request_free_obj() argument
202 php_openssl_request_object *x509_request = php_openssl_request_from_obj(object); in php_openssl_request_free_obj()
243 static zend_function *php_openssl_pkey_get_constructor(zend_object *object) { in php_openssl_pkey_get_constructor() argument
248 static void php_openssl_pkey_free_obj(zend_object *object) in php_openssl_pkey_free_obj() argument
250 php_openssl_pkey_object *key_object = php_openssl_pkey_from_obj(object); in php_openssl_pkey_free_obj()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_oo.phpt361 mysqli_result object is already closed
H A Dmysqli_stmt_bind_result.phpt315 mysqli_stmt object is not fully initialized
H A Dmysqli_fetch_all_oo.phpt437 mysqli_result object is already closed
H A Dmysqli_fetch_array.phpt365 mysqli_result object is already closed
/PHP-8.1/ext/openssl/tests/
H A Dbug81713.phpt143 object(OpenSSLAsymmetricKey)#1 (0) {
/PHP-8.1/ext/spl/
H A Dphp_spl.c390 alfi->obj = fcc->object; in autoload_func_info_from_fci()
/PHP-8.1/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt33 not limited to compiled object code, generated documentation,
/PHP-8.1/win32/build/
H A Dconfig.w3225 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
/PHP-8.1/ext/pgsql/
H A Dpgsql.c162 static zend_function *pgsql_link_get_constructor(zend_object *object) { in pgsql_link_get_constructor() argument
219 static zend_function *pgsql_result_get_constructor(zend_object *object) { in pgsql_result_get_constructor() argument
257 static zend_function *pgsql_lob_get_constructor(zend_object *object) { in pgsql_lob_get_constructor() argument
1953 fci.object = Z_OBJ_P(return_value); in php_pgsql_fetch_hash()
1967 fcc.object = Z_OBJ_P(return_value); in php_pgsql_fetch_hash()
/PHP-8.1/ext/standard/tests/strings/
H A Dstrcasecmp.phpt38 to string" by default when an object is passed instead of string.
H A Dstrcmp.phpt38 to string" by default, when an object is passed instead of string.
/PHP-8.1/ext/phar/
H A Dphar_object.c1059 static void phar_spl_foreign_dtor(spl_filesystem_object *object) /* {{{ */ in phar_spl_foreign_dtor() argument
1061 phar_archive_data *phar = (phar_archive_data *) object->oth; in phar_spl_foreign_dtor()
1067 object->oth = NULL; in phar_spl_foreign_dtor()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_prompt.c118 fci.object = NULL; in phpdbg_call_register()
/PHP-8.1/ext/gd/
H A Dgd.c169 static zend_function *php_gd_image_object_get_constructor(zend_object *object) in php_gd_image_object_get_constructor() argument
288 static zend_function *php_gd_font_object_get_constructor(zend_object *object) in php_gd_font_object_get_constructor() argument
/PHP-8.1/build/
H A Dltmain.sh4307 $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
6131 $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2
H A Dphp.m4263 dnl Create a rule for the object/source combo.
812 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2430 fci.object = NULL; in PHP_FUNCTION()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_x86.dasc2200 | LOAD_ADDR CARG2, "Using $this when not in object context"
2204 | push "Using $this when not in object context"
9272 | // zend_vm_init_call_frame(call, call_info, func, num_args, called_scope, object);
10502 | // OBJ_RELEASE(object);
11594 | // zend_object *object = Z_OBJ(execute_data->This);
11596 | // OBJ_RELEASE(object);
H A Dzend_jit_arm64.dasc2190 | LOAD_ADDR CARG2, "Using $this when not in object context"
8652 | // zend_vm_init_call_frame(call, call_info, func, num_args, called_scope, object);
9771 | // OBJ_RELEASE(object);
10886 | // zend_object *object = Z_OBJ(execute_data->This);
10888 | // OBJ_RELEASE(object);

Completed in 404 milliseconds

1...<<81828384858687888990