Home
last modified time | relevance | path

Searched refs:strings (Results 501 – 525 of 560) sorted by relevance

1...<<212223

/PHP-7.4/tests/lang/operators/
H A DbitwiseAnd_variationStr.phpt2 Test & operator : various numbers as strings
H A Dmultiply_variationStr.phpt2 Test * operator : various numbers as strings
H A Dsubtract_variationStr.phpt2 Test - operator : various numbers as strings
H A Ddivide_variationStr.phpt2 Test / operator : various numbers as strings
H A DbitwiseOr_variationStr.phpt2 Test | operator : various numbers as strings
H A DbitwiseShiftLeft_variationStr.phpt2 Test << operator : various numbers as strings
H A DbitwiseShiftLeft_variationStr_64bit.phpt2 Test << operator : various numbers as strings
H A DbitwiseShiftRight_variationStr.phpt2 Test >> operator : various numbers as strings
H A DbitwiseXor_variationStr.phpt2 Test ^ operator : various numbers as strings
H A Dmodulus_variationStr.phpt2 Test % operator : various numbers as strings
/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_basic2-win32-mb.phpt45 /* create an empty file and write the strings with tags */
H A Dfgetss_basic2-win32.phpt45 /* create an empty file and write the strings with tags */
H A Dfgetss_variation5.phpt47 /* create an empty file and write the strings with tags */
H A Dfgetss_variation1-win32.phpt53 /* create an empty file and write the strings with tags */
H A Dfgetss_variation1.phpt49 /* create an empty file and write the strings with tags */
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt112 // no chance to return int with the current PDO version - we are forced to return strings
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt12 die('skip - test validates linux error strings only.');
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation8.phpt2 Test strcspn() function : usage variations - with heredoc strings, varying start and len args
19 // defining different heredoc strings
63 // defining array of mask strings
H A Dstrspn_variation12.phpt19 // defining different strings
20 $strings = array(
34 // define the array of mask strings
68 foreach($strings as $str) {
/PHP-7.4/ext/standard/tests/array/
H A Darray_pad_variation3.phpt88 // strings with different white spaces
H A Darray_key_exists_variation8.phpt80 'strings' => 'strings',
/PHP-7.4/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt17 * NB: The strings passed are *NOT* necessarily encoded in the encoding passed to the function.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_float.phpt94 "", // strings
H A Dis_float_64bit.phpt96 "", // strings
/PHP-7.4/
H A DCODING_STANDARDS.md40 5. When writing functions that deal with strings, be sure to remember that PHP
44 order for them to be binary-safe. Functions that change strings and obtain

Completed in 45 milliseconds

1...<<212223