Home
last modified time | relevance | path

Searched refs:valid (Results 251 – 275 of 1029) sorted by relevance

1...<<11121314151617181920>>...42

/PHP-5.4/ext/mysql/tests/
H A Dmysql_query.phpt35 if (!$res = mysql_query("SELECT 'this is sql but with semicolon' AS valid ; ", $link))
48 if (false !== ($res = mysql_query("SELECT 'this is sql but with semicolon' AS valid ; SHOW VARIABLE…
117 [%u|b%"valid"]=>
126 Warning: mysql_query(): %d is not a valid MySQL-Link resource in %s on line %d
H A Dmysql_unbuffered_query.phpt32 if (!$res = mysql_unbuffered_query("SELECT 'this is sql but with semicolon' AS valid ; ", $link))
38 if (false !== ($res = mysql_unbuffered_query("SELECT 'this is sql but with semicolon' AS valid ; SH…
111 [%u|b%"valid"]=>
120 Warning: mysql_unbuffered_query(): %d is not a valid MySQL-Link resource in %s on line %d
/PHP-5.4/ext/oci8/tests/
H A Dlob_021.phpt58 Warning: OCI-Lob::write(): %d is not a valid oci8 descriptor resource in %s on line %d
61 Warning: oci_free_descriptor(): %d is not a valid oci8 descriptor resource in %s on line %d
H A Darray_bind_009.phpt15 Warning: oci_bind_array_by_name(): supplied resource is not a valid oci8 statement resource in %s o…
/PHP-5.4/ext/phar/tests/tar/
H A Dopen_for_write_existing_b_5_2.phpt52 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_b_…
54 Warning: fclose(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
/PHP-5.4/ext/phar/tests/zip/
H A Dopen_for_write_existing_b_5_2.phpt49 Warning: fwrite(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
51 Warning: fclose(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
/PHP-5.4/ext/standard/tests/file/
H A Dis_writable_variation3.phpt70 Warning: is_writable() expects parameter 1 to be a valid path, array given in %s on line %d
73 Warning: is_writeable() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dcopy_variation4.phpt118 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d
121 Warning: copy() expects parameter 2 to be a valid path, string given in %s on line %d
124 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d
129 Warning: filesize() expects parameter 1 to be a valid path, string given in %s on line %d
132 Warning: unlink() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dbug39863.phpt20 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d
H A Dreadlink_realpath_basic1.phpt35 echo "*** Testing readlink() and realpath(): with valid and invalid path ***\n";
37 /* linknames resulting in valid paths */
74 *** Testing readlink() and realpath(): with valid and invalid path ***
/PHP-5.4/ext/spl/tests/
H A Dbug31346.phpt18 …t(): Array was modified outside object and internal position is no longer valid in %sbug31346.php …
H A Dregexiterator_getpregflags.phpt15 function valid ( ){}
/PHP-5.4/ext/filter/tests/
H A Dbug46973.phpt2 Bug #46973 (IPv6 address filter rejects valid address)
/PHP-5.4/ext/standard/tests/strings/
H A Dbug67252.phpt12 Warning: convert_uudecode(): The given parameter is not a valid uuencoded string in %s on line %d
/PHP-5.4/Zend/tests/
H A Dexception_004.phpt18 Fatal error: Exceptions must be valid objects derived from the Exception base class in %s on line %d
H A Dbug49269.phpt8 function valid()
H A Dclass_exists_002.phpt2 Testing several valid and invalid parameters
/PHP-5.4/ext/mbstring/tests/
H A Dzend_multibyte-05.phpt12 // valid EUC-encoded character "鴻".
/PHP-5.4/ext/phar/tests/cache_list/
H A Dfrontcontroller32.phpt2 Phar front controller with valid callback that is not good [cache_list]
/PHP-5.4/ext/phar/tests/
H A Dfrontcontroller33.phpt2 Phar front controller with valid callback that does not return any value
/PHP-5.4/ext/sockets/tests/
H A Dsocket_create_listen-win32.phpt6 die('skip.. Not valid for non Windows');
H A Dsocket_create_listen.phpt6 die('skip.. Not valid for Windows');
/PHP-5.4/ext/gd/tests/
H A Dimageloadfont_error1.phpt14 Warning: imageloadfont() expects parameter 1 to be a valid path, array given in %s on line %d
/PHP-5.4/ext/json/tests/
H A Dbug47644.phpt2 Bug #47644 (valid large integers are truncated)
/PHP-5.4/ext/standard/tests/general_functions/
H A Dis_callable_variation1.phpt14 Description: use iscallable() on given string to check for valid function name
15 returns true if valid function name, false otherwise
54 /* use check_iscallable() to check whether given string is valid function name

Completed in 30 milliseconds

1...<<11121314151617181920>>...42