Home
last modified time | relevance | path

Searched refs:elements (Results 226 – 250 of 260) sorted by relevance

1234567891011

/php-src/ext/standard/tests/file/
H A Dfputcsv_variation6.phpt12 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation22.phpt12 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation29.phpt12 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation30.phpt12 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation31.phpt12 /* the array is with two elements in it. Each element should be read as
H A Dfputcsv_variation7.phpt12 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation8.phpt12 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation12.phpt9 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation15.phpt9 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation16.phpt11 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation19.phpt12 /* the array is with two elements in it. Each element should be read as
H A Dfputcsv_variation13.phpt10 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation9.phpt9 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation8.phpt12 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation9.phpt16 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation1.phpt13 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation17.phpt11 /* the array is with two elements in it. Each element should be read as
H A Dfgetcsv_variation2.phpt9 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation7.phpt13 /* the array is with three elements in it. Each element should be read as
H A Dfgetcsv_variation11.phpt10 /* the array is with three elements in it. Each element should be read as
/php-src/Zend/
H A Dzend_compile.c4786 znode *elements = NULL; in zend_compile_func_sprintf() local
4789 elements = safe_emalloc(sizeof(*elements), string_placeholder_count, 0); in zend_compile_func_sprintf()
4796 zend_compile_expr(elements + i, args->child[1 + i]); in zend_compile_func_sprintf()
4797 if (elements[i].op_type == IS_CONST) { in zend_compile_func_sprintf()
4798 if (Z_TYPE(elements[i].u.constant) != IS_ARRAY) { in zend_compile_func_sprintf()
4799 convert_to_string(&elements[i].u.constant); in zend_compile_func_sprintf()
4844 if (elements[string_placeholder_count].op_type == IS_CONST) { in zend_compile_func_sprintf()
4845 if (Z_TYPE(elements[string_placeholder_count].u.constant) == IS_ARRAY) { in zend_compile_func_sprintf()
4846 …zend_emit_op_tmp(&elements[string_placeholder_count], ZEND_CAST, &elements[string_placeholder_coun… in zend_compile_func_sprintf()
4852 opline = zend_compile_rope_add(result, rope_elements++, &elements[string_placeholder_count]); in zend_compile_func_sprintf()
[all …]
/php-src/main/
H A Doutput.c188 if (OG(handlers).elements) { in php_output_deactivate()
/php-src/ext/zend_test/
H A Dtest_arginfo.h192 ZEND_ARG_VARIADIC_OBJ_TYPE_MASK(0, elements, Iterator, MAY_BE_STRING)
/php-src/ext/standard/tests/strings/
H A Dstrcasecmp.phpt19 and comparing the elements with one and other */
H A Dstrcmp.phpt19 and comparing the elements with one and other */

Completed in 204 milliseconds

1234567891011