Home
last modified time | relevance | path

Searched refs:detected (Results 26 – 49 of 49) sorted by relevance

12

/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt16 Fatal error: Could not convert the script from the detected encoding "UTF-32LE" to a compatible enc…
/php-src/ext/json/tests/
H A Dbug61978.phpt2 Bug #61978 (Object recursion not detected for classes that implement JsonSerializable)
/php-src/ext/standard/tests/general_functions/
H A Dbug60227_1.phpt13 Warning: Header may not contain more than a single header, new line detected in %s on line %d
/php-src/ext/standard/tests/file/
H A Dfopencookie.phpt2 fopencookie detected and working (or cast mechanism works)
12 * changed the binary interface, so if haven't detected it correctly,
/php-src/tests/lang/
H A DforeachLoopObjects.003.phpt45 echo "Loop detected\n";
59 echo "Loop detected\n";
145 Loop detected
195 Loop detected
H A DforeachLoopObjects.004.phpt23 echo "Loop detected.\n";
H A DforeachLoop.010.phpt31 echo "Infinite loop detected\n";
/php-src/ext/standard/tests/array/
H A Dcount_variation3.phpt32 Warning: count(): Recursion detected in %s on line %d
H A Darray_replace.phpt114 Recursion detected
/php-src/ext/gd/tests/
H A Dbug75124.phpt26 echo "non grayscale pixel detected\n";
/php-src/ext/mbstring/tests/
H A Dmb_convert_variables.phpt155 echo "# of illegal characters detected: ", mb_get_info('illegal_chars') - $illegalCount, "\n";
162 echo "# of illegal characters detected: ", mb_get_info('illegal_chars') - $illegalCount, "\n";
208 # of illegal characters detected: 1
210 # of illegal characters detected: 1
H A Dmb_detect_encoding.phpt84 // We once had a problem where all kind of strings would be detected as 'UUENCODE'
149 $detected = mb_detect_encoding("\x4E\x4E\xFE\xFF\x4E\x4E", ['UTF-8', 'ISO-8859-1', 'UTF-16LE', 'UTF…
150 if ($detected === 'UTF-16BE' || $detected === 'UTF-16LE')
170 $detected = mb_detect_encoding($converted, $encodings);
171 if ($detected !== $encoding) {
172 echo "BAD! mb_detect_encoding returned $detected (should have been $encoding)\n";
302 // TODO: It would be good if ISO-8859-2 and ISO-8859-15 can be accurately detected as well
/php-src/sapi/cli/tests/
H A D011.phpt51 string(%d) "No syntax errors detected in %s011.test.php
/php-src/sapi/cgi/tests/
H A D006.phpt58 string(%d) "No syntax errors detected in %s006.test.php
/php-src/ext/xsl/tests/
H A Dbug71571_a.phpt37 …ansformToDoc(): xsltApplySequenceConstructor: A potential infinite template recursion was detected.
H A Dbug71571_b.phpt42 …sor::transformToDoc(): xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
/php-src/ext/snmp/
H A Dconfig.m433 AC_MSG_ERROR([Net-SNMP version 5.3 or greater required (detected $snmp_full_version).])
/php-src/ext/random/tests/03_randomizer/
H A Dengine_unsafe_biased.phpt2 Random: Randomizer: Heavily biased engines are detected and rejected
H A Dengine_unsafe_empty_string.phpt2 Random: Randomizer: Engines returning an empty string are detected and rejected
/php-src/Zend/
H A Dzend_atomic.h146 #warning No atomics support detected. Please open an issue with platform details.
/php-src/ext/readline/
H A Dconfig.m452 AC_MSG_ERROR([invalid readline installation detected. Try --with-libedit instead.])
/php-src/ext/mbstring/
H A Dmbstring.c1519 const mbfl_encoding *detected; in PHP_FUNCTION() local
1540 detected = _php_mb_encoding_handler_ex(&info, track_vars_array, encstr); in PHP_FUNCTION()
1542 MBSTRG(http_input_identify) = detected; in PHP_FUNCTION()
1544 RETVAL_BOOL(detected); in PHP_FUNCTION()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4163 # Note: only few OXT samples are detected here by mimetype member
39089 # GCC.HLP is detected after 7 iterations
39091 # this only happens if bigger hlp file is detected after used search iterations
H A Dmagic4163 # Note: only few OXT samples are detected here by mimetype member
39089 # GCC.HLP is detected after 7 iterations
39091 # this only happens if bigger hlp file is detected after used search iterations

Completed in 187 milliseconds

12