Home
last modified time | relevance | path

Searched refs:member (Results 51 – 75 of 119) sorted by relevance

12345

/PHP-8.2/Zend/tests/varSyntax/
H A Dencapsed_string_deref.phpt27 Call to a member function method() on string
/PHP-8.2/Zend/tests/
H A Dbug77494.phpt2 Bug #77494 (Disabling class causes segfault on member access)
H A Dbug29689.phpt2 Bug #29689 (default value of protected member overrides default value of private)
H A Ddereference_002.phpt81 Fatal error: Uncaught Error: Call to a member function bar() on null in %s:%d
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug54911.phpt2 Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
H A Dbug41004.phpt2 Bug #41004 (minOccurs="0" and null class member variable)
/PHP-8.2/ext/session/tests/user_session_module/
H A Dbug31454.phpt25 session_set_save_handler(): Argument #1 ($open) must be a valid callback, first array member is not…
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c2296 if (Z_TYPE_P(member) == IS_LONG) { in row_dim_read()
2297 if (Z_LVAL_P(member) >= 0 && Z_LVAL_P(member) < stmt->column_count) { in row_dim_read()
2298 fetch_value(stmt, rv, Z_LVAL_P(member), NULL); in row_dim_read()
2300 } else if (Z_TYPE_P(member) == IS_STRING in row_dim_read()
2301 && is_numeric_string(Z_STRVAL_P(member), Z_STRLEN_P(member), &lval, NULL, 0) == IS_LONG) { in row_dim_read()
2306 if (!try_convert_to_string(member)) { in row_dim_read()
2376 if (Z_TYPE_P(member) == IS_LONG) { in row_dim_exists()
2377 return Z_LVAL_P(member) >= 0 && Z_LVAL_P(member) < stmt->column_count; in row_dim_exists()
2378 } else if (Z_TYPE_P(member) == IS_STRING) { in row_dim_exists()
2379 if (is_numeric_string(Z_STRVAL_P(member), Z_STRLEN_P(member), &lval, NULL, 0) == IS_LONG) { in row_dim_exists()
[all …]
/PHP-8.2/tests/classes/
H A Dbug26737.phpt21 Warning: serialize(): "no_such" returned as member variable from __sleep() but does not exist in %s…
/PHP-8.2/ext/standard/tests/array/
H A Dusort_object2.phpt27 // Class without any member
32 // Class with static member
H A Darsort_object2.phpt2 Test arsort() function : object functionality - sorting objects with diff. accessibility of member
19 // initializing object member value
34 // initializing object member value
H A Dasort_object2.phpt2 Test asort() function : object functionality - sorting objects with diff. accessibility of member v…
19 // initializing object member value
34 // initializing object member value
H A Dsort_object2.phpt2 Test sort() function : object functionality - sorting objects with diff. accessibility of member va…
18 // initializing object member value
32 // initializing object member value
H A Dsizeof_object1.phpt16 return 3; // return the count of member variables in the object
H A Drsort_object1.phpt15 // initializing object member value
26 // initializing object member value
H A Darsort_object1.phpt17 // initializing object member value
28 // initializing object member value
/PHP-8.2/
H A DUPGRADING.INTERNALS29 * The zend_object_iterator_funcs valid member has changed its signature from
96 - The generate member of a php_random_algo is now expected to return
98 member of the php_random_status struct and the generate_size member of
/PHP-8.2/ext/standard/tests/serialize/
H A Dbug79526.phpt31 Warning: serialize(): "1" returned as member variable from __sleep() but does not exist in %s on li…
/PHP-8.2/ext/mysqli/tests/
H A Dbug33491.phpt30 Fatal error: Uncaught Error: Call to a member function fetch_row() on false in %sbug33491.php:%d
/PHP-8.2/ext/com_dotnet/
H A Dcom_saproxy.c69 static zval *saproxy_property_read(zend_object *object, zend_string *member, int type, void **cache… in saproxy_property_read() argument
78 static zval *saproxy_property_write(zend_object *object, zend_string *member, zval *value, void **c… in saproxy_property_write() argument
283 static int saproxy_property_exists(zend_object *object, zend_string *member, int check_empty, void … in saproxy_property_exists() argument
289 static int saproxy_dimension_exists(zend_object *object, zval *member, int check_empty) in saproxy_dimension_exists() argument
296 static void saproxy_property_delete(zend_object *object, zend_string *member, void **cache_slot) in saproxy_property_delete() argument
/PHP-8.2/ext/opcache/tests/jit/
H A Dreg_alloc_004.phpt32 Fatal error: Uncaught Error: First array member is not a valid class name or object in %sreg_alloc_…
/PHP-8.2/ext/spl/
H A Dspl_array.c815 zval member; in spl_array_read_property() local
816 ZVAL_STR(&member, name); in spl_array_read_property()
828 zval member; in spl_array_write_property() local
829 ZVAL_STR(&member, name); in spl_array_write_property()
844 zval member; in spl_array_get_property_ptr_ptr() local
848 ZVAL_STR(&member, name); in spl_array_get_property_ptr_ptr()
860 zval member; in spl_array_has_property() local
861 ZVAL_STR(&member, name); in spl_array_has_property()
873 zval member; in spl_array_unset_property() local
874 ZVAL_STR(&member, name); in spl_array_unset_property()
[all …]
/PHP-8.2/Zend/tests/anon/
H A D005.phpt33 /* null because no inheritance, so no access to protected member */
/PHP-8.2/Zend/tests/type_declarations/
H A Dinternal_function_strict_mode.phpt33 …): Argument #1 ($callback) must be a valid callback or null, first array member is not a valid cla…
/PHP-8.2/ext/tokenizer/tests/
H A Dtoken_get_all_TOKEN_PARSE_001.phpt2 Semi reserved words support: member access

Completed in 46 milliseconds

12345