Home
last modified time | relevance | path

Searched refs:element (Results 851 – 875 of 922) sorted by relevance

1...<<31323334353637

/php-src/ext/mbstring/tests/
H A Dmb_substitute_character_variation_strict_types.phpt94 // loop through each element of the array for substchar
/php-src/ext/spl/tests/
H A Dclass_implements_variation1.phpt98 // loop through each element of the array for pattern
H A Dclass_uses_variation1.phpt98 // loop through each element of the array for pattern
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt69 // loop through each element of the array for class
H A Dget_parent_class_variation_002.phpt71 // loop through each element of the array for object
/php-src/ext/pdo/tests/
H A Dpdo_035.phpt258 Notice: Indirect modification of overloaded element of PDORow has no effect in %s on line %d
/php-src/ext/standard/tests/strings/
H A Dstr_pad.phpt41 /* loop through to use each variant of $pad_length on each element of $input_strings array */
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation19.phpt12 /* the array is with two elements in it. Each element should be read as
13 1st element is delimiter & 2nd element is csv fields
H A Dfgetcsv_variation11.phpt10 /* the array is with three elements in it. Each element should be read as
11 1st element is delimiter, 2nd element is enclosure
12 and 3rd element is csv fields
/php-src/sapi/phpdbg/
H A Dphpdbg.c379 zend_long element; in PHP_FUNCTION() local
383 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &element, &color, &color_len) == FAILURE) { in PHP_FUNCTION()
387 switch (element) { in PHP_FUNCTION()
391 phpdbg_set_color_ex(element, color, color_len); in PHP_FUNCTION()
/php-src/ext/xml/
H A Dxml.c554 zval *element; in xml_add_to_info() local
561 if ((element = zend_hash_str_find(Z_ARRVAL(parser->info), name, name_len)) == NULL) { in xml_add_to_info()
564 element = zend_hash_str_update(Z_ARRVAL(parser->info), name, name_len, &values); in xml_add_to_info()
567 add_next_index_long(element, parser->curtag); in xml_add_to_info()
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_alnum()
H A Dctype_alpha_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_alpha()
H A Dctype_cntrl_variation1.phpt85 // loop through each element of $inputs to check the behavior of ctype_cntrl()
H A Dctype_digit_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_digit()
H A Dctype_graph_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_graph()
H A Dctype_lower_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_lower()
H A Dctype_print_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_print()
H A Dctype_punct_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_punct
H A Dctype_space_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_space()
H A Dctype_upper_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_upper()
H A Dctype_xdigit_variation1.phpt84 // loop through each element of $inputs to check the behavior of ctype_xdigit()
/php-src/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt82 /* Loop through to test each element in the above array */
/php-src/ext/soap/tests/bugs/
H A Dbug50698_3.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
/php-src/ext/spl/
H A Dphp_spl.c376 static void autoload_func_info_zval_dtor(zval *element) in autoload_func_info_zval_dtor() argument
378 autoload_func_info_destroy(Z_PTR_P(element)); in autoload_func_info_zval_dtor()

Completed in 34 milliseconds

1...<<31323334353637