Home
last modified time | relevance | path

Searched refs:valid (Results 151 – 175 of 1029) sorted by relevance

12345678910>>...42

/PHP-5.4/ext/ldap/tests/
H A Dldap_dn2ufn.phpt8 /* Convert valid DN */
11 /* Convert valid DN */
/PHP-5.4/ext/oci8/tests/
H A Dfield_funcs1.phpt138 Warning: oci_field_is_null(): supplied resource is not a valid oci8 statement resource in %s on lin…
141 Warning: oci_field_name(): supplied resource is not a valid oci8 statement resource in %s on line %d
144 Warning: oci_field_type(): supplied resource is not a valid oci8 statement resource in %s on line %d
147 Warning: oci_field_type_raw(): supplied resource is not a valid oci8 statement resource in %s on li…
150 Warning: oci_field_scale(): supplied resource is not a valid oci8 statement resource in %s on line …
153 Warning: oci_field_precision(): supplied resource is not a valid oci8 statement resource in %s on l…
156 Warning: oci_field_size(): supplied resource is not a valid oci8 statement resource in %s on line %d
H A Dpecl_bug16035.phpt11 die ("skip Test only valid when OCI8 is built with an ORACLE_HOME");
14 die("skip expected output only valid with Oracle clients > 9gR2");
/PHP-5.4/ext/standard/tests/file/
H A Dfnmatch_error.phpt39 Warning: fnmatch() expects parameter 1 to be a valid path, array given in %s on line %d
42 Warning: fnmatch() expects parameter 1 to be a valid path, resource given in %s on line %d
45 Warning: fnmatch() expects parameter 1 to be a valid path, object given in %s on line %d
H A Drename_variation13-win32.phpt20 -1, /* -1 is just a valid filename on windows */
114 Warning: rename() expects parameter 2 to be a valid path, string given in %srename_variation13-win3…
117 Warning: file_exists() expects parameter 1 to be a valid path, string given in %srename_variation13…
119 Warning: rename() expects parameter 1 to be a valid path, string given in %srename_variation13-win3…
123 Warning: rename() expects parameter 2 to be a valid path, array given in %srename_variation13-win32…
126 Warning: file_exists() expects parameter 1 to be a valid path, array given in %srename_variation13-…
128 Warning: rename() expects parameter 1 to be a valid path, array given in %srename_variation13-win32…
H A Drename_variation13.phpt105 Warning: file_exists() expects parameter 1 to be a valid path, string given in %s on line %d
107 Warning: rename() expects parameter 1 to be a valid path, string given in %s on line %d
111 Warning: rename() expects parameter 2 to be a valid path, array given in %s on line %d
114 Warning: file_exists() expects parameter 1 to be a valid path, array given in %s on line %d
116 Warning: rename() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dglob_variation.phpt6 die('skip.. Not valid for Windows');
329 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
332 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
335 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
338 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
341 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
344 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
449 Warning: glob() expects parameter 1 to be a valid path, string given in %s on line %d
/PHP-5.4/ext/standard/tests/general_functions/
H A Dvar_export_basic5.phpt2 Test var_export() function with valid arrays
14 echo "*** Testing var_export() with valid arrays ***\n";
15 // different valid arrays
48 *** Testing var_export() with valid arrays ***
/PHP-5.4/ext/zip/lib/
H A Dzip_source_filep.c193 if (z->st.valid != 0) in read_file()
215 st->valid |= ZIP_STAT_MTIME; in read_file()
218 st->valid |= ZIP_STAT_SIZE; in read_file()
222 st->valid |= ZIP_STAT_SIZE; in read_file()
H A Dzip_stat_index.c85 st->valid = ZIP_STAT_CRC|ZIP_STAT_SIZE|ZIP_STAT_MTIME in zip_stat_index()
91 st->valid |= ZIP_STAT_INDEX|ZIP_STAT_NAME; in zip_stat_index()
/PHP-5.4/ext/spl/tests/
H A Diterator_015.phpt22 function valid()
24 if (!parent::valid()) {
H A Diterator_016.phpt35 function valid()
37 if (!parent::valid()) {
/PHP-5.4/ext/zlib/tests/
H A Dgzclose_basic.phpt35 Warning: gzread(): %d is not a valid stream resource in %s on line %d
38 Warning: gzread(): %d is not a valid stream resource in %s on line %d
H A Dgzopen_variation1.phpt161 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
165 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
169 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
173 Error: 2 - gzopen() expects parameter 1 to be a valid path, array given, %s(%d)
213 Error: 2 - gzopen() expects parameter 1 to be a valid path, object given, %s(%d)
225 Error: 2 - gzopen() expects parameter 1 to be a valid path, resource given, %s(%d)
/PHP-5.4/Zend/tests/
H A Dcall_user_func_001.phpt33 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access private method …
35 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access protected metho…
H A Dbug45186_2.phpt48 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'bar' does not have a m…
50 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access self:: when no …
/PHP-5.4/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt52 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
55 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
58 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
/PHP-5.4/ext/interbase/tests/
H A Dbug46247.phpt30 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
36 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
/PHP-5.4/ext/spl/internal/
H A Dlimititerator.inc67 while($this->pos < $position && $this->it->valid()) {
82 /** @return whether iterator is valid
84 function valid() {
86 && $this->it->valid();
H A Dseekableiterator.inc35 while($position < $index && $this->valid()) {
39 if (!$this->valid()) {
/PHP-5.4/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt30 Warning: Directory::read(): supplied argument is not a valid Directory resource in %s on line %d
33 Warning: Directory::rewind(): supplied argument is not a valid Directory resource in %s on line %d
36 Warning: Directory::close(): supplied argument is not a valid Directory resource in %s on line %d
H A DDirectoryClass_basic_001.phpt15 echo "Cannot instantiate a valid Directory directly:\n";
60 Cannot instantiate a valid Directory directly:
/PHP-5.4/ext/phar/tests/
H A Dphar_buildfromiterator3.phpt29 function valid() {
30 echo "valid\n";
/PHP-5.4/tests/classes/
H A Diterators_007.phpt14 …public function valid() { if ($this->x == 4) throw new Exception(__METHOD__); return (key($thi…
42 Caught in Test::valid()
/PHP-5.4/Zend/
H A Dzend_objects_API.c50 if (objects->object_buckets[i].valid) { in zend_objects_store_call_destructors()
79 if (objects->object_buckets[i].valid) { in zend_objects_store_mark_destructed()
90 if (objects->object_buckets[i].valid) { in zend_objects_store_free_object_storage()
95 objects->object_buckets[i].valid = 0; in zend_objects_store_free_object_storage()
124 EG(objects_store).object_buckets[handle].valid = 1; in zend_objects_store_put()
169 EG(objects_store).object_buckets[handle].valid = 0;
202 if (EG(objects_store).object_buckets[handle].valid) { in zend_objects_store_del_ref_by_handle_ex()

Completed in 462 milliseconds

12345678910>>...42