Home
last modified time | relevance | path

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

12345

/php-src/ext/xsl/
H A Dxsltprocessor.c203 zend_string *member; in PHP_METHOD() local
256 member = ZSTR_INIT_LITERAL("cloneDocument", 0); in PHP_METHOD()
257 cloneDocu = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in PHP_METHOD()
259 zend_string_release_ex(member, 0); in PHP_METHOD()
300 zend_string *member; in php_xsl_apply_stylesheet() local
357 member = ZSTR_INIT_LITERAL("doXInclude", 0); in php_xsl_apply_stylesheet()
358 doXInclude = zend_std_read_property(Z_OBJ_P(id), member, BP_VAR_R, NULL, &rv); in php_xsl_apply_stylesheet()
360 zend_string_release_ex(member, 0); in php_xsl_apply_stylesheet()
/php-src/tests/classes/
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
H A Dbug26737.phpt21 Warning: serialize(): "no_such" returned as member variable from __sleep() but does not exist in %s…
/php-src/Zend/tests/varSyntax/
H A DstaticMember.phpt2 Static member access
H A Dencapsed_string_deref.phpt27 Call to a member function method() on string
/php-src/ext/standard/tests/serialize/
H A Dbug14293.phpt31 Warning: serialize(): "b" returned as member variable from __sleep() but does not exist in %s on li…
H A Dbug79526.phpt31 Warning: serialize(): "1" returned as member variable from __sleep() but does not exist in %s on li…
/php-src/Zend/tests/
H A Dbug77494.phpt2 Bug #77494 (Disabling class causes segfault on member access)
/php-src/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-src/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-src/ext/dom/
H A Dnodelist.c298 int dom_modern_nodelist_has_dimension(zend_object *object, zval *member, int check_empty) in dom_modern_nodelist_has_dimension() argument
303 dom_nodelist_dimension_index index = dom_modern_nodelist_get_index(member); in dom_modern_nodelist_has_dimension()
305 zend_illegal_container_offset(object->ce->name, member, BP_VAR_IS); in dom_modern_nodelist_has_dimension()
/php-src/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
/php-src/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-src/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-src/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-src/docs/source/core/data-structures/
H A Dzval.rst66 as its biggest member. For example, ``zend_value`` may store the ``lval`` member, or the ``dval``
67 member, but never both at the same time. However, it doesn't know which member is being stored.
179 on ASTs. When this flag is set, the ``zval.value.ast`` union member is set accordingly.
181 ``IS_INDIRECT`` indicates that the ``zval.value.zv`` member is populated. This field stores a
/php-src/
H A DUPGRADING.INTERNALS29 * The zend_object_iterator_funcs valid member has changed its signature from
167 - The generate member of a php_random_algo is now expected to return
169 member of the php_random_status struct and the generate_size member of
172 reduced it to a single void* member containing the actual state, resulting
178 - The seed member of a php_random_algo has been removed. As a replacement
/php-src/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-src/Zend/tests/anon/
H A D005.phpt33 /* null because no inheritance, so no access to protected member */
/php-src/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…

Completed in 35 milliseconds

12345