Home
last modified time | relevance | path

Searched refs:all (Results 501 – 525 of 816) sorted by relevance

1...<<21222324252627282930>>...33

/PHP-7.1/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation4.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation6-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
H A Dfseek_ftell_rewind_variation6.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***\n";
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
H A Dfseek_ftell_rewind_variation7.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_END
23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation8-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_END
27 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***\n";
71 *** Testing fseek(), ftell(), rewind() : whence = SEEK_END & all r and a modes ***
H A Dfseek_ftell_rewind_variation2-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
28 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
H A Dfseek_ftell_rewind_variation2.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, default whence
28 echo "*** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***\n";
72 *** Testing fseek(), ftell(), rewind() : default whence & all w and x modes ***
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt2 mysqli_debug() - all control string options supported by both mysqlnd and libmysql except oOaA
127 // -f[,functions] - Limit debugger list to specified functions. Empty list -> all functions
148 …printf("[105] Looks like not all functions are listed in the trace. Check manually, dumping diff."…
H A Dmysqli_poll_mixing_insert_select.phpt101 // eat up all results
116 // Checking if all lines are still usable
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A DMakefile82 default: all
89 all: $(libname) $(dllname) target
193 samples: all
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_decrypt_error.phpt14 var_dump($encrypted); /* Not passing $iv should be the same as all-NULL iv, but with a warning */
/PHP-7.1/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt16 // Initialize all required variables
/PHP-7.1/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt6 Description: This function returns a multidimensional array containing a list of all defined
/PHP-7.1/ext/date/tests/
H A Dgmdate_variation10.phpt13 // Initialise all required variables
/PHP-7.1/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt14 /* This is the wrong way to do it. The parent will block till it has read all the STDIN.
/PHP-7.1/ext/filter/tests/
H A D033.phpt2 Test all filters returned by filter_list()
/PHP-7.1/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt17 * Test all listed encoding types from php.net to check all are known to function
/PHP-7.1/ext/opcache/
H A DREADME122 It protects from caching of incompletely updated files. In case all file
136 If disabled, all PHPDoc comments are dropped from the code to reduce the
173 (i.e., /var/www/x blacklists all the files and directories in /var/www
182 Allows exclusion of large files from being cached. By default all files
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar1055 /** Return the list of all mandatory argument names
1065 * Return the list of all optional argument names
1159 * Return the array of all possible sets of method/function arguments
1179 * Write initialisation statemenst for all the variables that might be used
1206 * Container for all possible variation test cases for a method
1229 * Constructs all variation tests in $this_variationTests
1355 * Class for all test cases
1764 * Container for all possible variation test cases of functions
1786 * constructs all possible variation testcases in array $this->variationTests
1900 * Container for all possible variation test cases
[all …]
/PHP-7.1/ext/zlib/tests/
H A Dgzencode_basic1.phpt25 // Initialise all required variables
/PHP-7.1/Zend/tests/
H A Dget_defined_vars.phpt6 * Description: Returns a multidimentional array of all defined variables.
/PHP-7.1/
H A Dphp.ini-development227 ; You can redirect all of the output of your scripts to a function. For
305 ; open_basedir, if set, limits all file operations to the defined directory
453 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
1277 ; for all pooled server requests with Oracle 11g Database Resident
1279 ; the same string for all web servers running the same application,
1333 ; Number of decimal digits for all bcmath functions.
1354 ; where N is an integer. Instead of storing all the session files in
1393 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1505 ; Note that all valid entries require a "=", even if no value follows.
1544 ; Cleanup the progress information as soon as all POST data has been read
[all …]
H A Dphp.ini-production227 ; You can redirect all of the output of your scripts to a function. For
305 ; open_basedir, if set, limits all file operations to the defined directory
453 ; E_ALL & ~E_NOTICE (Show all errors, except for notices)
1277 ; for all pooled server requests with Oracle 11g Database Resident
1279 ; the same string for all web servers running the same application,
1333 ; Number of decimal digits for all bcmath functions.
1354 ; where N is an integer. Instead of storing all the session files in
1393 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1505 ; Note that all valid entries require a "=", even if no value follows.
1544 ; Cleanup the progress information as soon as all POST data has been read
[all …]
/PHP-7.1/ext/standard/tests/dir/
H A Dscandir_variation8-win32-mb.phpt68 // remove all files in directory so can remove directory in CLEAN section
H A Dscandir_variation8.phpt62 // remove all files in directory so can remove directory in CLEAN section

Completed in 40 milliseconds

1...<<21222324252627282930>>...33