Home
last modified time | relevance | path

Searched refs:first (Results 326 – 350 of 501) sorted by relevance

1...<<1112131415161718192021

/PHP-7.4/ext/phar/tests/
H A Dphar_extract.phpt81 file_put_contents(__DIR__ . '/extract/file1.txt', 'first');
148 string(5) "first"
H A Dphar_offset_check.phpt17 $phar['a.txt'] = "first file\n";
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c667 PCRE2_SPTR first, last, entry; in pcre2_substitute() local
668 rc = pcre2_substring_nametable_scan(code, name, &first, &last); in pcre2_substitute()
677 for (entry = first; entry <= last; entry += rc) in pcre2_substitute()
694 if (group < 0) group = GET2(first, 0); in pcre2_substitute()
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_error.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrncasecmp_error.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
H A Dstrrchr_basic.phpt12 var_dump( strrchr("Hello, World", "Hello") ); //needle as a first word of haystack
H A Dstripos_basic2.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrncasecmp_variation9.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_scope3.phpt31 // This is the first scope for the script
H A Ddrcp_scope4.phpt34 // This is the first scope for the script
H A Ddrcp_scope5.phpt34 // This is the first scope for the script
/PHP-7.4/ext/standard/tests/array/
H A Darray_fill_keys_variation1.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_fill_keys_variation2.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_merge_variation9.phpt12 * 2. Passed an array as the first argument and a reference to that array as the second.
H A Darray_fill_keys_variation4.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
/PHP-7.4/ext/dom/tests/
H A DDOMNode_replaceChild_basic.phpt22 // If the newChild is already in the tree, it is first removed.
/PHP-7.4/ext/ldap/tests/
H A Dldap_control_paged_results_variation3.phpt2 ldap_ldap_control_paged_result() test (fetching the first page then the next final page)
/PHP-7.4/ext/standard/
H A Darray.c369 zval *first; in php_array_data_compare() local
375 first = &f->val; in php_array_data_compare()
379 first = Z_INDIRECT_P(first); in php_array_data_compare()
403 zval *first; in php_array_data_compare_numeric() local
413 first = Z_INDIRECT_P(first); in php_array_data_compare_numeric()
433 zval *first; in php_array_data_compare_string_case() local
443 first = Z_INDIRECT_P(first); in php_array_data_compare_string_case()
463 zval *first; in php_array_data_compare_string() local
473 first = Z_INDIRECT_P(first); in php_array_data_compare_string()
533 zval *first; in php_array_data_compare_string_locale() local
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c54 zval *first, *second; in phpdbg_array_data_compare() local
59 first = &f->val; in phpdbg_array_data_compare()
62 result = string_compare_function(first, second); in phpdbg_array_data_compare()
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp79 int32_t pos = biter->first(); in _breakiterator_rewind()
192 bio->biter->first(); in _breakiterator_parts_rewind()
/PHP-7.4/ext/bz2/tests/
H A D002.phpt88 Warning: bzopen(): first parameter has to be string or file-resource in %s on line %d
93 Warning: bzopen(): first parameter has to be string or file-resource in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt29 //Note: the first four values are valid as they will all be cast to 1L.
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stristr_basic.phpt11 * Description: Finds first occurrence of a string within another, case insensitive
H A Dmb_stristr_variation5.phpt11 * Description: Finds first occurrence of a string within another, case insensitive
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt106 // lets be fair and do the most simple SELECT first
128 array(':placeholder' => 'first row'));
210 array('first row'));
356 string(9) "first row"
377 string(9) "first row"

Completed in 35 milliseconds

1...<<1112131415161718192021