Home
last modified time | relevance | path

Searched refs:from (Results 426 – 450 of 1543) sorted by relevance

1...<<11121314151617181920>>...62

/PHP-7.0/ext/standard/tests/array/
H A Dbug61730.phpt2 Bug #61730 (Segfault from array_walk modifying an array passed by reference)
/PHP-7.0/ext/tidy/tests/
H A D029.phpt8 // bug report taken from http://news.php.net/php.notes/130628
/PHP-7.0/ext/standard/tests/file/
H A Dbug53848.phpt2 Bug #53848 (fgetcsv removes leading spaces from fields)
H A Dfscanf_variation16.phpt8 Description: Parses input from a file according to a format
57 // reading the values from file using different string formats
59 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation38.phpt8 Description: Parses input from a file according to a format
50 // reading the values from file using different hexa formats
52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation7.phpt8 Description: Parses input from a file according to a format
50 // reading the values from file using different integer formats
52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation13.phpt8 Description: Parses input from a file according to a format
50 // reading the values from file using different float formats
52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation19.phpt8 Description: Parses input from a file according to a format
54 // reading the values from file using different string formats
56 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation22.phpt8 Description: Parses input from a file according to a format
57 // reading the values from file using different char formats
59 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation32.phpt8 Description: Parses input from a file according to a format
55 // reading the values from file using different octal formats
57 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation44.phpt8 Description: Parses input from a file according to a format
50 // reading the values from file using different unsigned formats
52 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation50.phpt8 Description: Parses input from a file according to a format
50 // reading the values from file using different scientific formats
52 // rewind the file so that for every foreach iteration the file pointer starts from bof
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_dbmsoutput.phpt41 open c1 for select * from imp_res_get_dbmsoutput_tab_1 order by 1;
44 open c1 for select * from imp_res_get_dbmsoutput_tab_2 order by 1;
47 open c1 for select * from dual;
H A Dselect_null.phpt12 $stmt = oci_parse($pc, "select NULL from dual");
H A Dconnect_scope_try2.phpt51 $s1 = oci_parse($c1, "select * from scope_try2_tab");
62 $s1 = oci_parse($c1, "select * from scope_try2_tab");
H A Dconnect_scope_try6.phpt51 $s1 = oci_parse($c1, "select * from scope_try6_tab");
62 $s1 = oci_parse($c1, "select * from scope_try6_tab");
/PHP-7.0/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt23 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
44 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
155 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dvprintf_variation11.phpt47 // looping to test vprintf() with different octal formats from the above $formats array
48 // and with octal values from the above $args_array array
/PHP-7.0/Zend/
H A DLICENSE19 or promote products derived from this software without prior
20 permission from Zend Technologies Ltd. For written permission,
24 of the license from time to time. Each version will be given a
/PHP-7.0/ext/intl/tests/
H A Dbreakiter___construct.phpt14 Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from invalid context …
/PHP-7.0/tests/classes/
H A Ddestructor_visibility_002.phpt24 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class
/PHP-7.0/Zend/tests/
H A Dbug29368.phpt2 Bug #29368 (The destructor is called when an exception is thrown from the constructor)
H A Dbug47771.phpt2 Bug #47771 (Exception during object construction from arg call calls object's destructor)
/PHP-7.0/ext/spl/internal/
H A Dsplfileobject.inc61 * @return next line from stream
152 * @return next char from file
172 /** Get a line from the file and strip HTML tags
314 * @return next line read from file and increase the line counter
321 throw new RuntimeException("Cannot read from file " . $this->fname);
351 throw new RuntimeException("Cannot read from file " . $this->fname);

Completed in 35 milliseconds

1...<<11121314151617181920>>...62