Home
last modified time | relevance | path

Searched refs:before (Results 126 – 150 of 238) sorted by relevance

12345678910

/PHP-7.0/ext/standard/tests/strings/
H A Dnl2br_variation1.phpt6 * Description: Inserts HTML line breaks before all newlines in a string
H A Dnl2br_variation3.phpt6 * Description: Inserts HTML line breaks before all newlines in a string.
H A Dsubstr.phpt77 echo "\n*** Start before the first char ***\n";
222 *** Start before the first char ***
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c262 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after) in print_prop() argument
266 fprintf(f, "%s%s %s%s", before, priv_OP_names[*code], get_ucpname(code[1], in print_prop()
273 fprintf(f, "%s%sclist %d%s", before, not, code[2], after); in print_prop()
276 fprintf (f, "%s%sclist", before, not); in print_prop()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt28 …if (true !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed before killed'", MYSQLI_ASYNC | …
150 …if (false !== ($tmp = mysqli_query($link, "SELECT 1 AS 'processed before killed'", MYSQLI_ASYNC | …
189 [%u|b%"processed before killed"]=>
H A Dmysqli_class_mysqli_driver_reflection.phpt9 die("skip Reflection not available before PHP 5 (found PHP $tmp)");
H A Dmysqli_class_mysqli_warning_reflection.phpt10 die("skip Reflection not available before PHP 5 (found PHP $tmp)");
/PHP-7.0/
H A DREADME.SUBMITTING_PATCH139 Read CODING_STANDARDS before you start working.
157 - Update git source just before running your final 'diff' and
158 before testing.
168 - Review the patch once more just before submitting it.
183 changes had been discussed before?
H A DREADME.RELEASE_PROCESS11 2. Package two days before a release. So if the release is to be on Thursday,
16 It is recommended to do so a couple of days before the packaging day, to
24 4. Ensure that Windows builds will work before packaging
27 Johannes/Stas/Derick/Ilia) before proceeding. Ideally make sure that for the
140 a. ``$PHP_x_RC`` = "5.4.0RC1" (should be set to "false" before)
266 7. **Check mirrors have been synced before announcing or pushing news**
/PHP-7.0/ext/pcre/tests/
H A Dpreg_split_basic.phpt12 … $string, -1, PREG_SPLIT_DELIM_CAPTURE|PREG_SPLIT_NO_EMPTY)); //all text before (parentheses) is p…
/PHP-7.0/ext/spl/internal/
H A Drecursivearrayiterator.inc20 * and all their childs before loading them all. You need to care about
H A Drecursivefilteriterator.inc20 * and all their childs before loading them all. You need to care about
/PHP-7.0/ext/standard/tests/file/
H A Dcopy_variation1.phpt36 echo "Size of the source file before copy operation => ";
80 Size of the source file before copy operation => int(1500)
/PHP-7.0/ext/calendar/tests/
H A Dunixtojd.phpt13 // -adding a call direct to GetEnvironmentVariableA just before tzset() is called to check the…
/PHP-7.0/ext/standard/tests/array/
H A Darray_splice_variation1.phpt20 * There are three regions to test:, before cut, the cut and after the cut.
/PHP-7.0/ext/oci8/tests/
H A Dcoll_018.phpt28 var_dump($coll1->getElem(-1)); // check before the beginning
H A Ddrcp_scope5.phpt13 // Similar to drcp_scope3.phpt but does a commit before end of
H A Dlob_031.phpt85 // Move 4 before the end
H A Dimp_res_field.phpt91 echo "\nTest 4 - get IRS fields before fetching rows\n";
166 Test 4 - get IRS fields before fetching rows
H A Drefcur_prefetch_2.phpt109 echo "------Test 2 - Set Prefetch before PL/SQL fetch ----------\n";
216 ------Test 2 - Set Prefetch before PL/SQL fetch ----------
/PHP-7.0/ext/zip/tests/
H A Doo_properties.phpt33 unset($zip); //close the file before unlinking
/PHP-7.0/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt20 //before the last read codepoint is moving backwards
/PHP-7.0/Zend/RFCs/
H A D002.txt113 before any other statements in the file.
145 The namespace with its symbols must already be defined before using
/PHP-7.0/ext/standard/tests/dir/
H A Dopendir_variation4.phpt62 * function to remove directory handle before re-using variable name in test
/PHP-7.0/ext/curl/tests/
H A Dbug48203_multi.phpt2 …with curl_multi_exec (Crash when file pointers passed to curl are closed before calling curl_multi…

Completed in 27 milliseconds

12345678910