/PHP-7.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-7.2/ext/mbstring/tests/ |
H A D | mb_http_input.phpt | 15 // TODO: This is not a real test.... Need to change so that it does real testing
|
H A D | mb_output_handler_euc_jp.phpt | 7 // TODO: Do real test
|
/PHP-7.2/ext/json/tests/ |
H A D | pass001.phpt | 24 \"real\": -9876.543210, 107 "real": -9876.543210, 183 ["real"]=> 321 ["real"]=> 430 …"array with 1 element"]},{},[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 432 …"array with 1 element"]},[],[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 463 ["real"]=> 601 ["real"]=>
|
H A D | pass001.1.phpt | 30 \"real\": -9876.543210, 118 "real": -9876.543210, 199 ["real"]=> 380 ["real"]=> 532 …"array with 1 element"]},{},[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 534 …"array with 1 element"]},[],[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 565 ["real"]=> 746 ["real"]=>
|
H A D | pass001.1_64bit.phpt | 30 \"real\": -9876.543210, 118 "real": -9876.543210, 199 ["real"]=> 380 ["real"]=> 532 …"array with 1 element"]},{},[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 534 …"array with 1 element"]},[],[],-42,true,false,null,{"integer":1234567890,"real":-9876.54321,"e":1.… 565 ["real"]=> 746 ["real"]=>
|
/PHP-7.2/ext/tokenizer/tests/ |
H A D | token_get_all_variation8.phpt | 14 * (int)/(integer) - T_INT_CAST(295), (float)/(real)/(double) - T_DOUBLE_CAST(294), 21 // type casting operators : (int), (integer), (float), (real), (double), (string), (array), (object… 30 $d = $c - (real) 12; 731 string(6) "(real)"
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | bug_50323.phpt | 21 // no real parser - any excotic setting can fool us
|
H A D | mysql_pdo_test.inc | 58 // no real parser - any exotic setting can fool us
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | bug70384.phpt | 38 // Insert via string to make sure the real floating number gets to the DB
|
H A D | bug67839.phpt | 30 // Insert via string to make sure the real floating number gets to the DB
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_info.c | 345 size_t used, real, peak_used, peak_real; in PHPDBG_INFO() local 354 real = zend_memory_usage(1); in PHPDBG_INFO() 366 phpdbg_writeln("real", "mem=\"%.3f\"", "|-------> Real:\t%.3f kB", (float) (real / 1024)); in PHPDBG_INFO()
|
/PHP-7.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-7.2/sapi/phpdbg/tests/ |
H A D | phpdbg_get_executable_stream_wrapper.phpt | 24 * First, we define a stream wrapper that simply maps to a real file on disk.
|
/PHP-7.2/ext/opcache/tests/ |
H A D | revalidate_path_01.phpt | 2 revalidate_path 01: OPCache must cache only resolved real paths when revalidate_path is set
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | fopen_variation19.phpt | 19 $realFilename = __FILE__.'.real';
|
/PHP-7.2/tests/lang/ |
H A D | 024.phpt | 49 *** Testing real operators *** 392 *** Testing real operators *** 617 *** Testing real operators *** 842 *** Testing real operators *** 1067 *** Testing real operators *** 1292 *** Testing real operators *** 1517 *** Testing real operators *** 1742 *** Testing real operators *** 1967 *** Testing real operators *** 2192 *** Testing real operators *** [all …]
|
/PHP-7.2/ext/standard/html_tables/ |
H A D | ents_html401.txt | 159 real 211C
|
H A D | ents_xhtml.txt | 191 real 211C
|
/PHP-7.2/Zend/ |
H A D | OBJECTS2_HOWTO | 56 stores properties as real zval's that can be modified from outside. 61 it. If your object properties are stored as zval*, return real place
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic7.phpt | 255 [ℜ] => ℜ
|
H A D | get_html_translation_table_basic2.phpt | 449 string(6) "ℜ" 958 string(6) "ℜ" 1463 string(6) "ℜ"
|
H A D | html_entity_decode_html4.phpt | 195 "ℜ",
|
/PHP-7.2/ext/standard/tests/serialize/ |
H A D | serialization_objects_012.phpt | 2 Object serialization / unserialization: real references and COW references
|