Home
last modified time | relevance | path

Searched refs:member (Results 151 – 167 of 167) sorted by relevance

1234567

/PHP-5.5/ext/standard/tests/array/
H A Darray_udiff_uassoc_variation4.phpt167 Warning: array_udiff_uassoc() expects parameter 4 to be a valid callback, first array member is not…
H A Darray_udiff_variation3.phpt164 Warning: array_udiff() expects parameter 3 to be a valid callback, first array member is not a vali…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r.phpt174 /* class with no member */
179 /* class with member as object of other class */
H A Dprint_r_64bit.phpt175 /* class with no member */
180 /* class with member as object of other class */
H A Dvar_dump.phpt168 /* class with no member */
173 /* class with member as object of other class */
H A Dvar_dump_64bit.phpt168 /* class with no member */
173 /* class with member as object of other class */
H A Ddebug_zval_dump_o.phpt52 /* class with member as object of other class */
H A Dgettype_settype_variation4.phpt61 // no member(s)
/PHP-5.5/sapi/apache/
H A Dconfig.m45 AC_CACHE_CHECK([for member fd in BUFF *],ac_cv_php_fd_in_buff,[
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m45 AC_CACHE_CHECK([for member fd in BUFF *],ac_cv_php_fd_in_buff,[
/PHP-5.5/Zend/
H A Dzend_API.c1025 zval *member; in zend_merge_property() local
1027 MAKE_STD_ZVAL(member); in zend_merge_property()
1028 ZVAL_STRINGL(member, hash_key->arKey, hash_key->nKeyLength-1, 1); in zend_merge_property()
1029 obj_ht->write_property(obj, member, *value, 0 TSRMLS_CC); in zend_merge_property()
1030 zval_ptr_dtor(&member); in zend_merge_property()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c69 #define SQLITE3_CHECK_INITIALIZED(db_obj, member, class_name) \ argument
70 if (!(member)) { \
/PHP-5.5/
H A DNEWS2905 member of a null object). (Laruence)
3171 . Added class member access on instantiation (e.g. (new foo)->bar()) support.
3569 member of a null object). (Laruence)
3999 . Fixed bug #54911 (Access to a undefined member in inherit SoapClient may
6266 - Fixed bug #45743 (property_exists fails to find static protected member in
7512 - Fixed bug #41004 (minOccurs="0" and null class member variable). (Dmitry)
9693 - Fixed bug #30820 (static member conflict with $this->member silently
9725 - Fixed bug #29689 (default value of protected member overrides default value
9746 - Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric
10113 name of non-existing member. (Andrey, Curt)
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME622 member'. The solution to this is to add the line
H A DChangeLog2159 (b) In pcre_compile(), rename the member of the "branch_chain" structure
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5754 square bracket is required as a member of the class, it should be the
5763 If a circumflex is actually required as a member of the class, ensure
9640 preg structure is filled in on success, and one member of the structure
9962 For each modifier, there are two member functions whose name is made
9973 be accessed through the set_match_limit() and match_limit() member
10014 fly. You can concatenate several set_xxxxx() member functions, since
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1664 # a portable archive whose first member has a name beginning with
1685 # a portable archive whose first member has a name beginning with
2166 # Specialised zip formats which start with a member named 'mimetype'
2259 # In a ZIP file, the bytes immediately after a member's contents are
2260 # always "PK". The 2 regex rules here print the "mimetype" member's
2477 # ePub is XHTML + XML inside a ZIP archive. The first member of the
13747 # archive. The first member file is normally "[Content_Types].xml".

Completed in 182 milliseconds

1234567