Home
last modified time | relevance | path

Searched refs:sub (Results 51 – 75 of 256) sorted by relevance

1234567891011

/PHP-5.5/tests/classes/
H A Dinterface_implemented.phpt17 function _is_a($sub) {
18 echo 'is_a('.get_class($this).', '.$sub.') = '.(($this instanceof $sub) ? 'yes' : 'no')."\n";
/PHP-5.5/ext/standard/tests/array/
H A Darray_change_key_case_variation6.phpt23 echo "\n-- Pass a sub-arry as \$input argument --\n";
63 -- Pass a sub-arry as $input argument --
H A Dusort_variation6.phpt50 echo "\n-- Pass usort() a sub-array --\n";
124 -- Pass usort() a sub-array --
H A Drsort_variation8.phpt21 // array contains null sub array
27 // array containing sub arrays
H A Dend_64bit.phpt32 /* loop through $arrays to print the last element of each sub-array */
43 /* checking for end() on sub-arrays */
44 echo "\n*** Testing end() with sub-arrays ***\n";
183 *** Testing end() with sub-arrays ***
H A Dend.phpt32 /* loop through $arrays to print the last element of each sub-array */
43 /* checking for end() on sub-arrays */
44 echo "\n*** Testing end() with sub-arrays ***\n";
182 *** Testing end() with sub-arrays ***
H A Darray_intersect_assoc_variation9.phpt47 /* Passing the sub-array as argument to $arr1 and $arr2 */
49 echo "-- Passing the sub-array to \$arr1 and \$arr2 --\n";
137 -- Passing the sub-array to $arr1 and $arr2 --
H A Darray_merge_recursive_variation10.phpt34 echo "-- Passing the sub-array --\n";
147 -- Passing the sub-array --
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt45 $sub = $version - ($main * 10000) - ($minor * 100);
50 if ($sub < 0)
51 printf("[008] Sub version should be at least 0, got '%s'\n", $sub);
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_005_5.2.phpt26 $sub = $it->getPathInfo();
27 var_dump(str_replace('\\', '/', $sub->getFilename()));
H A Dphar_oo_005.phpt27 $sub = $it->getPathInfo();
28 var_dump(str_replace('\\', '/', $sub->getFilename()));
H A Dphar_oo_005U.phpt26 $sub = $it->getPathInfo();
27 var_dump(str_replace('\\', '/', $sub->getFilename()));
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt2 Test readdir() function : usage variations - sub-directories
11 * Pass a directory handle pointing to a directory that has a sub-directory
H A Dopendir_variation6.phpt37 var_dump( opendir($dir_path . "/sub?dir1") );
65 Warning: opendir(%s/opendir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
H A Ddir_variation8.phpt40 var_dump( dir($dir_path."/sub?dir1") );
58 Warning: dir(%s/dir_variation81/sub?dir1): failed to open dir: %s in %s on line %d
H A Dscandir_variation6.phpt38 var_dump( scandir($dir_path . "/sub?dir1") );
72 Warning: scandir(%s/scandir_variation6/sub?dir1): failed to open dir: %s in %s on line %d
/PHP-5.5/ext/date/tests/
H A DDateTime_sub-massive.phpt2 DateTime::sub() -- massive
H A Dbug54340.phpt17 $dt->sub($interval);
H A Ddate_time_immutable.phpt40 $x = $z->sub(new DateInterval("P2DT2S"));
44 $x = $z->sub(new DateInterval("P2DT2S"));
118 sub():
/PHP-5.5/ext/spl/tests/
H A Diterator_052.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
H A Diterator_053.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
/PHP-5.5/Zend/tests/generators/
H A Dbug69419.phpt2 Bug #69419: Returning compatible sub generator produces a warning
/PHP-5.5/ext/spl/internal/
H A Drecursiveiterator.inc24 /** @return the sub iterator for the current element
/PHP-5.5/ext/ereg/regex/
H A Dmain.ih12 char *check(char *str, regmatch_t sub, char *should);
/PHP-5.5/ext/bcmath/
H A Dconfig.w329 outofmem.c raisemod.c rt.c sub.c compare.c divmod.c int2num.c \

Completed in 32 milliseconds

1234567891011