Home
last modified time | relevance | path

Searched refs:strings (Results 351 – 375 of 560) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation6.phpt2 Test gmstrftime() function : usage variation - Passing time related format strings to format argume…
H A Dgmstrftime_variation7.phpt2 Test gmstrftime() function : usage variation - Passing day related format strings to format argumen…
H A Dstrftime_variation6.phpt2 Test strftime() function : usage variation - Passing time related format strings to format argument.
/PHP-7.4/ext/pdo/tests/
H A Dbug_65946.phpt2 PDO Common: Bug #65946 (pdo_sql_parser.c permanently converts values bound to strings)
/PHP-7.4/ext/standard/tests/strings/
H A Ducwords_basic.phpt34 // loop through the $strings array to test ucwords on each element
H A Ducfirst.phpt92 echo "\n--- Testing simple and complex syntax strings ---\n";
176 --- Testing simple and complex syntax strings ---
H A Dstr_replace_variation3.phpt127 echo "\n-- Testing simple and complex syntax strings --\n";
219 -- Testing simple and complex syntax strings --
H A Dstripslashes_variation4.phpt32 // looping to test for all strings in $str_array
/PHP-7.4/ext/intl/tests/
H A Dcollator_get_sort_key.phpt33 // Regular strings keys
H A Dcollator_get_sort_key_variant2.phpt33 // Regular strings keys
H A Dcollator_get_sort_key_variant3.phpt33 // Regular strings keys
H A Dcollator_get_sort_key_variant6.phpt33 // Regular strings keys
/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation5.phpt2 Test arsort() function : usage variations - sort strings
15 * SORT_STRING - compare items as strings
H A Dasort_variation5.phpt2 Test asort() function : usage variations - sort strings
15 * SORT_STRING - compare items as strings
H A Dusort_variation3.phpt29 // different heredoc strings
H A Darray_merge_recursive_variation3.phpt17 /* Different heredoc strings */
40 // heredoc with quoted strings and numeric values
55 array("a\v\f", "aaaa\r", "b", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
56 array('a\v\f', 'aaaa\r', 'b', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
/PHP-7.4/ext/zlib/
H A Dzlib.c773 zend_string **strings = emalloc(sizeof(zend_string *) * zend_hash_num_elements(dictionary)); in zlib_create_dictionary_string() local
774 zend_string **end, **ptr = strings - 1; in zlib_create_dictionary_string()
784 while (--ptr >= strings) { in zlib_create_dictionary_string()
787 efree(strings); in zlib_create_dictionary_string()
797 } while (--ptr >= strings); in zlib_create_dictionary_string()
798 efree(strings); in zlib_create_dictionary_string()
808 ptr = strings; in zlib_create_dictionary_string()
809 end = strings + zend_hash_num_elements(dictionary); in zlib_create_dictionary_string()
816 efree(strings); in zlib_create_dictionary_string()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strtolower_variation3.phpt2 Test mb_strtolower() function : usage variations - pass mixed ASCII and non-ASCII strings
H A Dmb_strtoupper_variation3.phpt2 Test mb_strtoupper() function : usage varitations - pass mixed ASCII and non-ASCII strings
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug62593.phpt37 // Try with strings - Bug #68351
/PHP-7.4/ext/curl/
H A Dconfig.m431 #include <strings.h>
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt120 echo "*** Testing var_export() with valid strings ***\n";
140 /* Loop to check for above strings with var_export() */
141 echo "\n*** Output for strings ***\n";
591 *** Testing var_export() with valid strings ***
593 *** Output for strings ***
H A Dvar_export-locale_32.phpt120 echo "*** Testing var_export() with valid strings ***\n";
140 /* Loop to check for above strings with var_export() */
141 echo "\n*** Output for strings ***\n";
591 *** Testing var_export() with valid strings ***
593 *** Output for strings ***
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt170 print "Testing bind_param(), strings only...\n";
210 print "Testing bind_param(), strings only, with CAST AS CHAR...\n";
267 Testing bind_param(), strings only...
271 Testing bind_param(), strings only, with CAST AS CHAR...
/PHP-7.4/ext/session/tests/
H A Dsession_cache_limiter_error.phpt61 // Empty strings

Completed in 77 milliseconds

1...<<11121314151617181920>>...23