Home
last modified time | relevance | path

Searched refs:first (Results 51 – 75 of 501) sorted by last modified time

12345678910>>...21

/PHP-7.4/Zend/tests/generators/
H A Dbug78434.phpt2 Bug #78434: Generator skips first item after valid() call
/PHP-7.4/sapi/cli/tests/
H A Dbug61679.phpt29 // Only echo the first line from the response,
/PHP-7.4/docs/
H A Drelease-process.md28 proceeding. Ideally make sure that for the first releases one of the
96 When releasing the first alpha version, bump also API version numbers in
272 * You can run `php bin/bumpRelease 7 4` where the first number is the major
413 1. About the time you release the first RC, remind the documentation team
423 1. About three months before the scheduled release of the first alpha of the
431 3. Help the new release managers with their first steps.
/PHP-7.4/ext/dom/
H A Dnode.c450 xmlNode *nodep, *first = NULL; in dom_node_first_child_read() local
460 first = nodep->children; in dom_node_first_child_read()
463 if (!first) { in dom_node_first_child_read()
468 php_dom_create_object(first, retval, obj); in dom_node_first_child_read()
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m49 dnl first arg - version as 11, 14 or 17
29 [m4_fatal([invalid first argument `$1' to PHP_CXX_COMPILE_STDCXX])])dnl
/PHP-7.4/Zend/
H A Dzend_vm_gen.php2942 $first = true;
2945 if ($first) {
2947 $first = false;
2964 if (!$first) {
H A Dzend_ast.c1246 int first; in zend_ast_export_zval() local
1274 first = 1; in zend_ast_export_zval()
1276 if (first) { in zend_ast_export_zval()
1277 first = 0; in zend_ast_export_zval()
H A Dbench.php206 $first = "foo_0";
208 print "$hash1[$first] $hash1[$last] $hash2[$first] $hash2[$last]\n";
H A Dzend_portability.h203 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
205 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
209 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
211 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
/PHP-7.4/ext/mysqli/
H A Dmysqli_warning.c75 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
87 if (!first) { in php_get_warnings()
88 first = w; in php_get_warnings()
96 return first; in php_get_warnings()
122 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
159 if (!first) { in php_get_warnings()
160 first = w; in php_get_warnings()
171 return first; in php_get_warnings()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt19 /* very first and very last utf-16 4-bytes characters */
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt106 // lets be fair and do the most simple SELECT first
128 array(':placeholder' => 'first row'));
210 array('first row'));
356 string(9) "first row"
377 string(9) "first row"
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt50 /* It is expected that the first call takes more than the limit.
/PHP-7.4/
H A DCONTRIBUTING.md62 the first time you've filed a bug, we suggest reading the
320 5. If you don't know how to do something, ask first!
350 1. All non-security bugfix changes should first go to the lowest bugfix branch
/PHP-7.4/tests/lang/
H A Dthis_assignment.phpt5 class first {
7 function me() { echo "first"; }
32 $a = new first();
H A Dengine_assignExecutionOrder_002.phpt15 // i++ evaluated first, so $d[0] is 10
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c54 zval *first, *second; in phpdbg_array_data_compare() local
59 first = &f->val; in phpdbg_array_data_compare()
62 result = string_compare_function(first, second); in phpdbg_array_data_compare()
H A Dphpdbg_out.h39 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) PHP_ATTRIBUTE_FORMAT(type, idx, first) argument
41 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) argument
H A Dphpdbg_print.c325 zend_bool first = 1; in phpdbg_print_opcodes_ce() local
343 if (first) { in phpdbg_print_opcodes_ce()
344 first = 0; in phpdbg_print_opcodes_ce()
350 if (first) { in phpdbg_print_opcodes_ce()
/PHP-7.4/main/
H A Dphp_ini.c124 zend_bool first = 1; in display_ini_entries() local
136 if (first) { in display_ini_entries()
139 first = 0; in display_ini_entries()
159 if (!first) { in display_ini_entries()
/PHP-7.4/ext/zlib/tests/
H A Dgzrewind_basic.phpt20 echo "first 10 characters=".gzread($h, 10)."\n";
22 echo "first 20 characters=".gzread($h, 20)."\n";
31 first 30 characters=When you're taught through fee
34 first 10 characters=When you'r
35 first 20 characters=When you're taught t
H A Dgzrewind_basic2.phpt22 echo "first 20 characters=".gzread($h,20)."\n";
33 first 20 characters=When you're taught t
H A Dgzrewind_variation1.phpt13 gzwrite($h, 'The first string.');
27 The first string.The second string.
H A Dgzseek_basic2.phpt13 $str1 = "This is the first line.";
39 This is the first line.
H A Dgzseek_variation1.phpt13 $str1 = "This is the first line.";
30 This is the first line.

Completed in 65 milliseconds

12345678910>>...21