Searched refs:element (Results 1126 – 1144 of 1144) sorted by relevance
1...<<414243444546
/PHP-7.0/ |
H A D | UPGRADING | 148 will now print all three elements (0 1 2), while previously the second element 162 will now iterate over the appended element as well. As such the output of this
|
H A D | README.RELEASE_PROCESS | 238 a. go over the list and put every element on one line
|
H A D | NEWS | 876 . Fixed bug #73631 (Invalid read when wddx decodes empty boolean element). 931 . Fixed bug #73237 (Nested object in "any" element overwrites other fields). 1306 element). (Laruence) 2154 element type). (Laruence)
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | arsort_variation1.phpt | 76 // loop though each element of the array and check the working of arsort()
|
H A D | rsort_variation1.phpt | 84 // loop through each element of $inputs to check the behavior of rsort()
|
/PHP-7.0/ext/standard/ |
H A D | string.c | 1719 zval *element; local 1720 if ((element = zend_hash_get_current_data(Z_ARRVAL(tmp))) != NULL) { 1721 ZVAL_DEREF(element); 1722 ZVAL_COPY(return_value, element);
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | strcspn_variation8.phpt | 95 // loop through each element of the arrays for all arguments
|
H A D | strspn_variation8.phpt | 96 // loop through each element of the array for heredoc str, mask str , start values and len values
|
H A D | strcmp.phpt | 18 /* loop through to go each and every element in an array
|
H A D | strcasecmp.phpt | 18 /* loop through to go each and every element in an array
|
H A D | strcspn_variation12.phpt | 65 // loop through each element of the arrays for str,mask,start and len arguments
|
H A D | strspn_variation12.phpt | 66 // loop through each element of the array for len argument
|
/PHP-7.0/ext/pcre/pcrelib/testdata/ |
H A D | testinput2 | 2750 /(?&word)(?&element)(?(DEFINE)(?<element><[^m][^>]>[^<])(?<word>\w*+))/BZ 2752 /(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
|
H A D | testoutput2 | 9815 /(?&word)(?&element)(?(DEFINE)(?<element><[^m][^>]>[^<])(?<word>\w*+))/BZ 9837 /(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
|
/PHP-7.0/ext/dom/ |
H A D | document.c | 38 xmlNode *element; member
|
/PHP-7.0/Zend/ |
H A D | ZEND_CHANGES | 1098 A variable or element that is unset(), is now sent to oblivion
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 133 file_error(ms, 0, "magic element size %lu != %lu",
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 3532 element of each pair is set to the offset of the first character in a 3673 ment, and a reason code is placed in the second element. The reason 3786 first output vector element (ovector[0]) and a reason code is placed in 3787 the second element (ovector[1]). The reason codes are given names in 5902 POSIX syntax [.ch.] and [=ch=] where "ch" is a "collating element", but 9731 of each substring, respectively. The 0th element of the vector relates
|
/PHP-7.0/win32/ |
H A D | install.txt | 277 element manually yourself. If you would like to achieve the best
|
Completed in 170 milliseconds
1...<<414243444546