Home
last modified time | relevance | path

Searched refs:conditions (Results 1 – 25 of 220) sorted by relevance

123456789

/php-src/Zend/tests/
H A Dbug69758.phpt6 $conditions = array();
8 $tokens[$i] = $conditions;
18 $conditions[$i] = true;
19 $oldCondition = array_pop($conditions);
23 var_dump($conditions);
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_error.phpt2 Test gettype() & settype() functions : error conditions
5 /* Test different error conditions of settype() and gettype() functions */
9 echo "\n*** Testing settype(): error conditions ***\n";
23 *** Testing settype(): error conditions ***
H A Dob_get_flush_error.phpt2 Test ob_get_flush() function : error conditions
7 echo "*** Testing ob_get_flush() : error conditions ***\n";
14 *** Testing ob_get_flush() : error conditions ***
/php-src/ext/standard/tests/strings/
H A Ddirname_error.phpt2 Test dirname() function : error conditions
5 echo "*** Testing error conditions ***\n";
16 *** Testing error conditions ***
H A Dsubstr_replace_error.phpt2 Test substr_replace() function : error conditions
6 * Testing substr_replace() for error conditions
9 echo "*** Testing substr_replace() : error conditions ***\n";
27 *** Testing substr_replace() : error conditions ***
H A Dstrncasecmp_error.phpt2 Test strncasecmp() function : error conditions
5 echo "*** Testing strncasecmp() function: error conditions ***\n";
20 *** Testing strncasecmp() function: error conditions ***
H A Dstrncmp_error.phpt2 Test strncmp() function : error conditions
7 echo "*** Testing strncmp() function: error conditions ***\n";
22 *** Testing strncmp() function: error conditions ***
/php-src/ext/standard/tests/file/
H A Dlstat_stat_error.phpt2 Test lstat() and stat() functions: error conditions
5 echo "*** Testing lstat() for error conditions ***\n";
10 echo "\n*** Testing stat() for error conditions ***\n";
19 *** Testing lstat() for error conditions ***
27 *** Testing stat() for error conditions ***
H A Dchmod_error.phpt2 Test chmod() function : error conditions
5 echo "*** Testing chmod() : error conditions ***\n";
13 *** Testing chmod() : error conditions ***
H A Dcopy_error.phpt2 Test copy() function: error conditions
5 echo "*** Testing copy() function: error conditions --\n";
12 *** Testing copy() function: error conditions --
H A Dfilesize_error.phpt2 Test filesize() function: error conditions
5 echo "*** Testing filesize(): error conditions ***";
14 *** Testing filesize(): error conditions ***
/php-src/ext/posix/tests/
H A Dposix_strerror_error.phpt2 Test posix_strerror() function : error conditions
7 echo "*** Testing posix_strerror() : error conditions ***\n";
16 *** Testing posix_strerror() : error conditions ***
H A Dposix_getpgid_error.phpt2 Test posix_getpgid() function : error conditions
13 echo "*** Testing posix_getpgid() : error conditions ***\n";
22 *** Testing posix_getpgid() : error conditions ***
H A Dposix_getpwuid_error.phpt2 Test posix_getpwuid() function : error conditions
11 echo "*** Testing posix_getpwuid() : error conditions ***\n";
20 *** Testing posix_getpwuid() : error conditions ***
H A Dposix_getgrgid_error.phpt2 Test posix_getgrgid() function : error conditions
11 echo "*** Testing posix_getgrgid() : error conditions ***\n";
20 *** Testing posix_getgrgid() : error conditions ***
/php-src/ext/json/tests/
H A Djson_decode_error.phpt2 Test json_decode() function : error conditions
5 echo "*** Testing json_decode() : error conditions ***\n";
17 *** Testing json_decode() : error conditions ***
/php-src/ext/standard/tests/array/
H A Darray_fill_error.phpt2 Test array_fill() function : error conditions
5 echo "*** Testing array_fill() : error conditions ***\n";
20 *** Testing array_fill() : error conditions ***
/php-src/ext/mbstring/tests/
H A Dmb_internal_encoding_error2.phpt2 Test mb_internal_encoding() function : error conditions - pass an unknown encoding
11 echo "*** Testing mb_internal_encoding() : error conditions ***\n";
21 *** Testing mb_internal_encoding() : error conditions ***
H A Dmb_strtolower_error2.phpt2 Test mb_strtolower() function : error conditions - pass an unknown encoding
11 echo "*** Testing mb_strtolower() : error conditions***\n";
24 *** Testing mb_strtolower() : error conditions***
/php-src/ext/hash/tests/
H A Dhash_error.phpt2 Hash: hash() function : error conditions
6 echo "*** Testing hash() : error conditions ***\n";
17 *** Testing hash() : error conditions ***
/php-src/ext/standard/tests/dir/
H A Dchdir_error2.phpt2 Test chdir() function : error conditions - Non-existent directory
9 echo "*** Testing chdir() : error conditions ***\n";
16 *** Testing chdir() : error conditions ***
/php-src/ext/standard/tests/class_object/
H A Dproperty_exists_error.phpt2 Test property_exists() function : error conditions
5 echo "*** Testing property_exists() : error conditions ***\n";
18 *** Testing property_exists() : error conditions ***
/php-src/ext/fileinfo/tests/
H A Dfinfo_close_error.phpt2 Test finfo_close() function : error conditions
7 echo "*** Testing finfo_close() : error conditions ***\n";
19 *** Testing finfo_close() : error conditions ***
/php-src/ext/zlib/tests/
H A Dgzinflate_error1.phpt2 Test gzinflate() function : error conditions
9 echo "*** Testing gzinflate() : error conditions ***\n";
20 *** Testing gzinflate() : error conditions ***
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt2 Test stream_get_meta_data() function : error conditions
5 echo "*** Testing stream_get_meta_data() : error conditions ***\n";
19 *** Testing stream_get_meta_data() : error conditions ***

Completed in 49 milliseconds

123456789