Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation7.phpt13 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation8.phpt13 /* the array is with three elements in it. Each element should be read as
/php-src/ext/standard/tests/file/
H A Dfputcsv_variation1.phpt9 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation11.phpt9 /* the array is with three elements in it. Each element should be read as
H A Dfputcsv_variation5.phpt9 /* the array is with three elements in it. Each element should be read as
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 Dfputcsv_variation12.phpt10 /* 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_variation9.phpt9 /* the array is with three 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 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
/php-src/Zend/
H A Dzend_compile.c4854 znode *elements = NULL; in zend_compile_func_sprintf() local
4857 elements = safe_emalloc(sizeof(*elements), placeholder_count, 0); in zend_compile_func_sprintf()
4864 zend_compile_expr(elements + i, args->child[1 + i]); in zend_compile_func_sprintf()
4909 if (elements[placeholder_count].op_type == IS_CONST) { in zend_compile_func_sprintf()
4910 if (Z_TYPE(elements[placeholder_count].u.constant) == IS_ARRAY) { in zend_compile_func_sprintf()
4911 …zend_emit_op_tmp(&elements[placeholder_count], ZEND_CAST, &elements[placeholder_count], NULL)->ext… in zend_compile_func_sprintf()
4913 convert_to_string(&elements[placeholder_count].u.constant); in zend_compile_func_sprintf()
4918 …zend_emit_op_tmp(&elements[placeholder_count], ZEND_CAST, &elements[placeholder_count], NULL)->ext… in zend_compile_func_sprintf()
4926 opline = zend_compile_rope_add(result, rope_elements++, &elements[placeholder_count]); in zend_compile_func_sprintf()
4949 efree(elements); in zend_compile_func_sprintf()
/php-src/main/
H A Doutput.c188 if (OG(handlers).elements) { in php_output_deactivate()
/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 74 milliseconds

1234567891011