Home
last modified time | relevance | path

Searched refs:an (Results 201 – 225 of 1330) sorted by relevance

12345678910>>...54

/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dbug64506.phpt25 var_dump($f, fwrite($f, "writing to an mb filename"));
42 string(25) "writing to an mb filename"
H A Dtest_big5_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
48 string(25) "writing to an mb filename"
H A Dtest_cp936_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
48 string(25) "writing to an mb filename"
H A Dtest_cp1250_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_cp1251_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
50 string(25) "writing to an mb filename"
H A Dtest_cp1251_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
47 string(25) "writing to an mb filename"
H A Dtest_cp1251_zend_multibyte_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
50 string(25) "writing to an mb filename"
H A Dtest_cp1254_to_utf8_2.phpt29 var_dump($f, fwrite($f, "writing to an mb filename"));
46 string(25) "writing to an mb filename"
H A Dtest_cp1256_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
49 string(25) "writing to an mb filename"
H A Dtest_big5_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
51 string(25) "writing to an mb filename"
H A Dtest_cp936_2.phpt32 var_dump($f, fwrite($f, "writing to an mb filename"));
51 string(25) "writing to an mb filename"
/PHP-8.1/ext/spl/tests/
H A Ddllist_001.phpt50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
/PHP-8.1/ext/standard/tests/array/
H A Drsort_variation10.phpt6 * Pass rsort() an array containing octal values to test behaviour
11 // an array containing unsorted octal values
H A Dsizeof_object1.phpt7 echo "-- Testing sizeof() with an object which implements Countable interface --\n";
33 -- Testing sizeof() with an object which implements Countable interface --
H A Dbug48484.phpt2 Bug 48484 (array_product() always returns 0 for an empty array)
H A Darray_udiff_assoc_variation5.phpt10 echo "\n-- comparison function with an incorrect return value --\n";
36 -- comparison function with an incorrect return value --
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt31 or PDO->query() and invoke an error on the statement handle,
33 PDOStatement->errorCode() to return the error code for an
66 // lets hope this is an invalid attribute code
/PHP-8.1/build/
H A Dax_check_compile_flag.m412 # or gives an error. (Warnings, however, are ignored)
20 # force the compiler to issue an error when a bad flag is given.
22 # INPUT gives an alternative input source to AC_COMPILE_IFELSE.
/PHP-8.1/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic.phpt15 $english = array('English' => 'This is an English string. 0123456789');
44 string(37) "This is an English string. 0123456789"
46 string(37) "This is an English string. 0123456789"
/PHP-8.1/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt48 echo "\n-- From inside an object instance --\n";
56 echo "\n-- From inside an parent object instance --\n";
82 -- From inside an object instance --
114 -- From inside an parent object instance --
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation52.phpt6 /* Test fscanf() to scan an empty file */
10 echo "*** Test fscanf(): to read an empty file ***\n";
27 // create an empty file
62 *** Test fscanf(): to read an empty file ***
H A Dreadlink_realpath_variation1-win32.phpt34 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an object --\n";
47 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an object --\n";
76 -- Testing readlink() and realpath() with softlink, linkname stored inside an object --
84 -- Testing readlink() and realpath() with hardlink, linkname stored inside an object --
H A Dreadlink_realpath_variation1.phpt31 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an object --\n";
44 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an object --\n";
73 -- Testing readlink() and realpath() with softlink, linkname stored inside an object --
81 -- Testing readlink() and realpath() with hardlink, linkname stored inside an object --
/PHP-8.1/ext/standard/tests/strings/
H A Dbug70487.phpt2 Bug #70487: pack('x') produces an error
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_x509_export_to_file_basic.phpt18 var_dump(openssl_x509_export_to_file($c, $outfilename)); // read an invalid cert, fails
21 openssl_x509_export_to_file($e, $outfilename); // read an array, fails

Completed in 27 milliseconds

12345678910>>...54