Home
last modified time | relevance | path

Searched refs:element (Results 251 – 275 of 673) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h289 #define ZCSG(element) (accel_shared_globals->element) argument
/PHP-7.4/ext/pcntl/
H A Dpcntl.c952 zval *element; in PHP_FUNCTION() local
977 ZEND_HASH_FOREACH_VAL(args_hash, element) { in PHP_FUNCTION()
979 if (!try_convert_to_string(element)) { in PHP_FUNCTION()
984 *current_arg = Z_STRVAL_P(element); in PHP_FUNCTION()
1002 ZEND_HASH_FOREACH_KEY_VAL(envs_hash, key_num, key, element) { in PHP_FUNCTION()
1010 if (!try_convert_to_string(element)) { in PHP_FUNCTION()
1018 ZEND_ASSERT(Z_STRLEN_P(element) < SIZE_MAX && ZSTR_LEN(key) < SIZE_MAX); in PHP_FUNCTION()
1019 *pair = safe_emalloc(Z_STRLEN_P(element) + 1, sizeof(char), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
1020 pair_length = Z_STRLEN_P(element) + ZSTR_LEN(key) + 2; in PHP_FUNCTION()
1023 strlcat(*pair, Z_STRVAL_P(element), pair_length); in PHP_FUNCTION()
/PHP-7.4/ext/simplexml/tests/
H A Dbug72588.phpt2 Bug #72588 (Using global var doesn't work while accessing SimpleXML element)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrval_basic.phpt41 // loop through each element of the array for strval
H A Dconvert_uudecode_basic.phpt32 // loop through with each element of the $strings array to test convert_uudecode() function
H A Dnl2br_variation2.phpt37 //loop through $strings array to test nl2br() function with each element
/PHP-7.4/ext/standard/tests/array/
H A Dcurrent_variation3.phpt6 * Description: Return the element currently pointed to by the internal array pointer
H A Deach_variation6.phpt7 * and advance the pointer to the next element
H A Darray_diff_key_variation7.phpt27 // loop through each element of the array for arr1
H A Dprev_basic.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-7.4/ext/standard/tests/file/
H A Dis_executable_variation3.phpt35 /* loop through to test each element in the above array
/PHP-7.4/ext/soap/tests/schema/
H A Dschema037.phpt11 <element name="str" type="string"/>
H A Dschema038.phpt11 <element name="str" type="string"/>
H A Dschema039.phpt11 <element name="str" type="string"/>
H A Dschema047.phpt11 <element name="int" type="int"/>
H A Dschema024.phpt13 <element name="x_item" type="int" maxOccurs="unbounded"/>
H A Dschema040.phpt11 <element name="str" type="string"/>
H A Dschema074.phpt11 <element name="str" type="string"/>
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation20.phpt30 // loop through each element of the array for timestamp
H A Dstrftime_variation20.phpt30 // loop through each element of the array for timestamp
H A Dstrftime_variation4.phpt24 // loop through each element of the array for timestamp
/PHP-7.4/ext/dom/
H A Dconfig.w3212 cdatasection.c documentfragment.c domimplementation.c element.c \
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt42 Warning: DOMDocument::loadXML(): No declaration for element NYPHP in Entity, line: %d in %s on line…
/PHP-7.4/ext/oci8/tests/
H A Dcoll_016.phpt2 collections and negative/too big element indexes
/PHP-7.4/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt2 call_user_func_array() passes by reference if the array element is referenced, regardless of functi…

Completed in 38 milliseconds

1...<<11121314151617181920>>...27