/PHP-8.1/ext/standard/tests/strings/ |
H A D | substr_replace.phpt | 59 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).", ".var_export($sta… 64 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).", ".var_export($sta… 69 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).", ".var_export($sta… 93 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star… 103 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star… 112 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star… 122 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star… 130 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star… 140 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star… 167 …replace("\n","","substr_replace(".var_export($str,1).", ".var_export($repl,1).",".var_export($star… [all …]
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | var_export_bug66179.phpt | 2 Bug #66179 (var_export() exports float as integer) 6 var_export(1.0); 8 var_export(123.0); 10 var_export(-1.0); 12 var_export(-123.0); 14 var_export(0.0); 16 var_export(-0.0); 18 var_export(10000000000000000.0);
|
H A D | var_export_basic7.phpt | 2 Test var_export() function with valid null values 5 echo "*** Testing var_export() with valid null values ***\n"; 18 /* Loop to check for above null values with var_export() */ 22 var_export( $null_value ); 24 var_export( $null_value, FALSE); 26 var_dump( var_export( $null_value, true) ); 31 *** Testing var_export() with valid null values ***
|
H A D | var_export_basic2.phpt | 2 Test var_export() function with valid boolean values 6 echo "*** Testing var_export() with valid boolean values ***\n"; 17 /* Loop to check for above boolean values with var_export() */ 21 var_export( $bool_value ); 23 var_export( $bool_value, FALSE); 25 var_dump( var_export( $bool_value, TRUE) ); 30 *** Testing var_export() with valid boolean values ***
|
H A D | var_export_bug71314.phpt | 2 Bug #71314 (var_export(INF) prints INF.0) 6 var_export(INF); 8 var_export(-INF); 10 var_export(NAN);
|
H A D | var_export-locale.phpt | 2 Test var_export() function with locale 44 var_export( $int_value ); 68 var_export( $bool_value ); 106 var_export( $float_value ); 139 var_export( $str ); 141 var_export( $str, FALSE); 172 var_export( $arr ); 174 var_export( $arr, FALSE); 221 var_export ( $vars ); 267 var_export( $obj ); [all …]
|
H A D | var_export-locale_32.phpt | 2 Test var_export() function with locale 44 var_export( $int_value ); 68 var_export( $bool_value ); 106 var_export( $float_value ); 139 var_export( $str ); 141 var_export( $str, FALSE); 172 var_export( $arr ); 174 var_export( $arr, FALSE); 221 var_export ( $vars ); 267 var_export( $obj ); [all …]
|
H A D | var_export_basic4.phpt | 2 Test var_export() function with valid strings 5 echo "*** Testing var_export() with valid strings ***\n"; 26 /* Loop to check for above strings with var_export() */ 30 var_export( $str ); 32 var_export( $str, FALSE); 34 var_dump( var_export( $str, TRUE) ); 40 *** Testing var_export() with valid strings ***
|
H A D | bug42272.phpt | 2 Bug #42272 (var_export() incorrectly escapes char(0)) 5 $foo = var_export("\0", true ); 7 var_export("a\0b");
|
H A D | var_export_basic1.phpt | 2 Test var_export() function with integer values 11 echo "*** Testing var_export() with integer values ***\n"; 34 /* Loop to check for above integer values with var_export() */ 38 var_export( $int_value ); 40 var_export( $int_value, FALSE); 42 var_dump( var_export( $int_value, TRUE) ); 47 *** Testing var_export() with integer values ***
|
H A D | var_export_basic1_32.phpt | 2 Test var_export() function with integer values 11 echo "*** Testing var_export() with integer values ***\n"; 34 /* Loop to check for above integer values with var_export() */ 38 var_export( $int_value ); 40 var_export( $int_value, FALSE); 42 var_dump( var_export( $int_value, TRUE) ); 47 *** Testing var_export() with integer values ***
|
H A D | var_export_error3.phpt | 2 Test var_export() function : error conditions - recursive array 6 var_export($a, true); 10 Warning: var_export does not handle circular references in %s on line %d
|
H A D | var_export_basic3.phpt | 2 Test var_export() function with valid float values 7 echo "*** Testing var_export() with valid float values ***\n"; 31 /* Loop to check for above float values with var_export() */ 35 var_export( $float_value ); 37 var_export( $float_value, FALSE); 39 var_dump( var_export( $float_value, TRUE) ); 45 *** Testing var_export() with valid float values ***
|
H A D | var_export_error2.phpt | 2 Test var_export() function : error conditions - recursive object 7 var_export($obj, true); 11 Warning: var_export does not handle circular references in %s on line %d
|
H A D | bug76717.phpt | 2 Bug #76717: var_export() does not create a parsable value for PHP_INT_MIN 6 $min = eval('return '.var_export(PHP_INT_MIN, true).';'); 7 $max = eval('return '.var_export(PHP_INT_MAX, true).';');
|
/PHP-8.1/ext/json/tests/ |
H A D | bug81532.phpt | 17 var_export(json_encode($a, 0, 0)); echo "\n"; 18 var_export(json_encode($a, 0, 1)); echo "\n"; 19 var_export(json_encode($b, 0, 1)); echo "\n"; 20 var_export(json_encode($b, 0, 2)); echo "\n"; 21 var_export(json_encode($c, 0, 2)); echo "\n"; 22 var_export(json_encode($c, 0, 3)); echo "\n";
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_case.phpt | 33 var_export($db->errorInfo(), true), var_export($db->errorCode(), true)); 39 var_export($db->errorInfo(), true), var_export($db->errorCode(), true)); 43 var_export($tmp, true)); 47 var_export($db->errorInfo(), true), var_export($db->errorCode(), true)); 51 var_export($db->errorInfo(), true), var_export($db->errorCode(), true)); 55 var_export($db->errorInfo(), true), var_export($db->errorCode(), true)); 61 var_export($db->errorInfo(), true), var_export($db->errorCode(), true)); 65 var_export($tmp, true)); 69 var_export($db->errorInfo(), true), var_export($db->errorCode(), true)); 75 var_export($db->errorInfo(), true), var_export($db->errorCode(), true)); [all …]
|
H A D | pdo_mysql_stmt_bindvalue.phpt | 44 var_export($id, true), gettype($id), 45 var_export($label, true), gettype($label)); 66 var_export($id, true), gettype($id), 90 var_export($id, true), gettype($id), 119 var_export($id, true), gettype($id), 149 var_export($id, true), gettype($id), 184 var_export($id, true), gettype($id), 206 var_export($id, true), gettype($id), 230 var_export($id, true), gettype($id), 259 var_export($id, true), gettype($id), [all …]
|
H A D | pdo_mysql_stmt_bindcolumn.phpt | 28 $stmt->errorCode(), var_export($stmt->errorInfo(), true)); 32 $stmt->errorCode(), var_export($stmt->errorInfo(), true)); 37 var_export($id, true), gettype($id), 38 var_export($label, true), gettype($label)); 48 var_export($row['id'], true), gettype($row['id'])); 53 var_export($row['label'], true), gettype($row['label'])); 68 $stmt->errorCode(), var_export($stmt->errorInfo(), true)); 72 $stmt->errorCode(), var_export($stmt->errorInfo(), true)); 77 var_export($id, true), gettype($id), 78 var_export($label, true), gettype($label)); [all …]
|
H A D | pdo_mysql_stmt_fetch_non_select.phpt | 38 var_export($describe, true)); 56 var_export($show, true)); 82 var_export($db->errorInfo(), true)); 98 var_export($describe_native, true)); 103 var_export($describe, true), 104 var_export($describe_native, true)); 132 var_export($show_native, true)); 137 var_export($show, true), 138 var_export($show_native, true)); 162 var_export($explain, true), [all …]
|
/PHP-8.1/ext/pcre/tests/ |
H A D | bug61780_1.phpt | 6 var_export($matches); 9 var_export($matches); 12 var_export($matches); 15 var_export($matches); 18 var_export($matches); 21 var_export($matches);
|
/PHP-8.1/ext/intl/tests/ |
H A D | bug72533.phpt | 10 $ret = var_export(ut_loc_accept_http(str_repeat('x', 256)), true); 13 $ret .= var_export(intl_get_error_message(), true); 16 $ret .= var_export(ut_loc_accept_http(str_repeat('en,', 256)), true); 19 $ret .= var_export(intl_get_error_message(), true);
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_insert_id_variation.phpt | 23 printf("[001] Got no valid insert id: %s", var_export($i, true)); 30 printf("[002] mysqli_option changes insert_id: %s", var_export($link->insert_id, true)); 37 printf("[003] mysqli_debug_info changes insert_id: %s", var_export($link->insert_id, true)); 44 printf("[004] mysqli_stat changes insert_id: %s", var_export($link->insert_id, true)); 50 printf("[005] mysqli_kill changes insert_id: %s", var_export($link->insert_id, true)); 56 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true)); 66 printf("[007] mysqli_change_user changes insert_id: %s", var_export($link->insert_id, true)); 73 printf("[008a] mysqli_prepare changes insert_id: %s", var_export($link->insert_id, true)); 78 … printf("[008b] mysqli_stmt doesn't initialise insert_id: %s", var_export($stmt->insert_id, true)); 84 printf("[009] stmt free changes insert_id: %s", var_export($link->insert_id, true));
|
/PHP-8.1/Zend/tests/enum/ |
H A D | var_export.phpt | 2 Enum var_export 10 var_export(Foo::Bar); 13 echo str_replace(" \n", "\n", var_export([Foo::Bar], true));
|
/PHP-8.1/ext/spl/tests/ |
H A D | fixedarray_023.phpt | 2 SPL: FixedArray: Infinite loop in var_export bugfix 11 var_export($x); 18 Warning: var_export does not handle circular references in %s on line 8 20 Warning: var_export does not handle circular references in %s on line 8
|