Home
last modified time | relevance | path

Searched refs:all (Results 126 – 150 of 625) sorted by relevance

12345678910>>...25

/php-src/ext/standard/tests/strings/
H A Dltrim_basic.phpt13 echo "\n-- Trim string with all white space characters --\n";
33 -- Trim string with all white space characters --
H A Drtrim_basic.phpt15 echo "\n-- Trim string with all white space characters --\n";
34 -- Trim string with all white space characters --
H A Dstrncasecmp_variation6.phpt2 Test strncasecmp() function : usage variations - binary safe - all ASCII chars
9 /* A binary function should work with all 256 characters that a character(8-bit) can take */
10 echo "\n-- Checking with all 256 characters given, in binary format --\n";
11 /* loop through to get all 256 character's equivalent binary value, and check working of strncasecm…
17 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
25 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
32 -- Checking with all 256 characters given, in binary format --
H A Dstripslashes_basic.phpt11 // Initialize all required variables
19 // Calling striplashes() with all arguments
/php-src/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt2 DOMDocumentType: basic access to all properties.
10 // Access publicId, systemId, name, internalSubset all with values.
H A Dbug69373.phpt11 $all = $xpath->query('//*');
H A Dgh13863.phpt69 echo "--- $name test remove all ---\n";
116 --- Legacy test remove all ---
153 --- Modern test remove all ---
/php-src/ext/session/tests/
H A Dbug73273.phpt2 Bug #73273: session_unset() empties values from all variables in which is $_session stored
/php-src/ext/date/tests/
H A Didate_basic.phpt7 // Initialise all required variables
/php-src/ext/opcache/tests/
H A Dget_configuration_matches_ini.phpt2 Test that the directives listed with `opcache_get_configuration` include all those from the ini set…
/php-src/ext/standard/tests/mail/
H A Dmail_basic7.phpt14 // Initialise all required variables
31 // Calling mail() with all additional headers
38 // Should fail all
39 // Initialise all required variables
93 // Should fail all
94 // Initialise all required variables
143 // Initialise all required variables
/php-src/ext/standard/tests/dir/
H A Dopendir_variation7.phpt28 /*3*/ 0444, // all have read only
29 0666, // all have rw only
49 chmod ($dir_path, 0777); // change dir permission to allow all operation
H A Dreaddir_variation5.phpt28 /*3*/ 0444, // all have read only
29 0666, // all have rw only
47 chmod ($dir_path, 0777); // change dir permission to allow all operation
/php-src/Zend/tests/
H A Dbug67169.phpt2 Bug #67169: array_splice all elements, then []= gives wrong index
H A Dbug41929.phpt2 Bug #41929 (Foreach on object does not iterate over all visible properties)
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
/php-src/ext/standard/tests/general_functions/
H A Dbug70018.phpt2 Bug #70018 (exec does not strip all whitespace)
/php-src/ext/pcre/tests/
H A Dpreg_split_basic.phpt10 var_dump(preg_split('/:\s*(\w*,*\s*)+;/', $string)); //all text between : and ; is removed
11 var_dump(preg_split('/(\(|\))/', $string, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY)); //all
/php-src/win32/build/
H A DMakefile.phpize19 all: $(EXT_TARGETS) $(PECL_TARGETS)
27 clean-all:
/php-src/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_success6.phpt2 Test that a parameter of a union of all built-in types can be overridden by the mixed type
/php-src/ext/standard/tests/streams/
H A Dbug72075.phpt9 // Without this line, all is well:
/php-src/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt15 /* Read in the table of all characters in Windows-932
16 * (The SJIS-Mobile encodings all use MS extensions) */
279 echo "Unicode -> $encoding conversion works on all invalid codepoints\n";
352 SJIS-Mobile#DOCOMO verification and conversion works on all valid characters
353 SJIS-Mobile#DOCOMO verification and conversion works on all invalid characters
354 Unicode -> SJIS-Mobile#DOCOMO conversion works on all invalid codepoints
355 SJIS-Mobile#KDDI verification and conversion works on all valid characters
356 SJIS-Mobile#KDDI verification and conversion works on all invalid characters
357 Unicode -> SJIS-Mobile#KDDI conversion works on all invalid codepoints
358 SJIS-Mobile#SOFTBANK verification and conversion works on all valid characters
[all …]
/php-src/sapi/fpm/tests/
H A Dlogreader.inc115 * Print all logs.
161 * @param int|null $timeoutSeconds Timeout in seconds for reading of all messages.
162 …am int|null $timeoutMicroseconds Additional timeout in microseconds for reading of all messages.
242 * Get all lines that has been returned by getLine() method.
302 * Get all stream read lines.
376 * Get all returned lines from the file.
/php-src/ext/intl/tests/
H A Dgh8115.phpt18 // Can't be tested since all params are optional
21 // Can't be tested since all params are optional
/php-src/ext/xsl/tests/
H A DXSLTProcessor_callables.phpt22 echo "--- Legit cases: all ---\n";
56 --- Legit cases: all ---

Completed in 47 milliseconds

12345678910>>...25