/PHP-8.2/ext/spl/tests/ |
H A D | bug45622.phpt | 13 echo "\n--> Access the real property:\n"; 17 echo "\n--> Remove the real property and access the array element:\n"; 27 echo "\n--> Re-add the real property:\n"; 33 --> Access the real property: 37 --> Remove the real property and access the array element: 47 --> Re-add the real property:
|
H A D | arrayObject_setFlags_basic1.phpt | 22 echo "\n--> Access the real property:\n"; 25 echo "\n--> Remove the real property and access the array element:\n"; 34 --> Access the real property: 39 --> Remove the real property and access the array element:
|
/PHP-8.2/Zend/tests/ |
H A D | real_cast.phpt | 2 The (real) cast is no longer supported 6 var_dump((real) 42); 10 Parse error: The (real) cast has been removed, use (float) instead in %s on line %d
|
H A D | gh15712.phpt | 2 GH-15712: overflow on real number printing
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_output_handler_euc_jp.phpt | 7 // TODO: Do real test
|
H A D | other_encodings.phpt | 13 // "7bit". This is not a real text encoding.
|
/PHP-8.2/ext/exif/tests/ |
H A D | gh16409.phpt | 2 GH-16409 (Segfault in exif_thumbnail when not dealing with a real file)
|
/PHP-8.2/ext/json/tests/ |
H A D | pass001.phpt | 20 \"real\": -9876.543210, 103 "real": -9876.543210, 179 ["real"]=> 317 ["real"]=> 426 …"array with 1 element"]},{},[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 428 …"array with 1 element"]},[],[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 459 ["real"]=> 597 ["real"]=>
|
H A D | pass001.1.phpt | 25 \"real\": -9876.543210, 113 "real": -9876.543210, 194 ["real"]=> 375 ["real"]=> 527 …"array with 1 element"]},{},[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 529 …"array with 1 element"]},[],[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 560 ["real"]=> 741 ["real"]=>
|
H A D | pass001.1_64bit.phpt | 29 \"real\": -9876.543210, 117 "real": -9876.543210, 198 ["real"]=> 379 ["real"]=> 531 …"array with 1 element"]},{},[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 533 …"array with 1 element"]},[],[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 564 ["real"]=> 745 ["real"]=>
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOMNode_removeChild_error1.phpt | 8 $real_parent = $document->createElement('real');
|
H A D | DOMNode_replaceChild_error1.phpt | 8 $real_parent = $document->createElement('real');
|
/PHP-8.2/ext/opcache/tests/ |
H A D | bug81015.phpt | 8 // the "true" part is not as trivial in the real case
|
/PHP-8.2/ext/pcntl/tests/ |
H A D | pcntl_setpriority_error_linux.phpt | 28 Warning: pcntl_setpriority(): Error 1: A process was located, but neither its effective nor real us…
|
H A D | pcntl_setpriority_error_darwin.phpt | 49 Warning: pcntl_setpriority(): Error 1: A process was located, but neither its effective nor real us…
|
/PHP-8.2/sapi/fuzzer/dict/ |
H A D | parser | 49 "real"
|
/PHP-8.2/ext/openssl/tests/ |
H A D | gh9310.phpt | 160 PHP Warning: stream_socket_accept(): Unable to get real path of certificate file `%scert.crt' in %s 164 PHP Warning: stream_socket_accept(): Unable to get real path of private key file `%sprivate.key' i… 168 PHP Warning: stream_socket_accept(): Unable to get real path of certificate file `%sgh9310.crt' in… 172 PHP Warning: stream_socket_accept(): Unable to get real path of private key file `%sgh9310.key' in…
|
/PHP-8.2/ext/tokenizer/tests/ |
H A D | token_get_all_variation8.phpt | 9 * (int)/(integer) - T_INT_CAST(295), (float)/(real)/(double) - T_DOUBLE_CAST(294), 25 $d = $c - (real) 12; 717 string(6) "(real)"
|
/PHP-8.2/sapi/fpm/tests/ |
H A D | fcgi-env-pif-apache-balancer-real.phpt | 2 FPM: FastCGI env var path info fix for Apache balancer real configuration
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | bug_50323.phpt | 23 // no real parser - any exotic setting can fool us
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_info.c | 343 size_t used, real, peak_used, peak_real; in PHPDBG_INFO() local 352 real = zend_memory_usage(1); in PHPDBG_INFO() 364 phpdbg_writeln("|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
|
/PHP-8.2/ext/date/tests/ |
H A D | DateInterval_format.phpt | 5 Don't want an XFAIL here to cause confusion if a real bug comes up.
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | bug67839.phpt | 30 // Insert via string to make sure the real floating number gets to the DB
|
H A D | bug70384.phpt | 40 // Insert via string to make sure the real floating number gets to the DB
|
/PHP-8.2/ext/soap/tests/bugs/ |
H A D | bug55639.phpt | 20 … works from a development directory in which case extension_dir might not be the real extension dir
|