Home
last modified time | relevance | path

Searched refs:first (Results 526 – 550 of 652) sorted by relevance

1...<<21222324252627

/PHP-7.1/Zend/
H A DREADME.ZEND_VM90 zend_vm_execute.h. The first file is a list of opcode definitions. It is
H A Dacinclude.m410 # remove "none" when introducing the first incompatible bison version an
H A Dzend_vm_gen.php2361 $first = true;
2364 if ($first) {
2366 $first = false;
2383 if (!$first) {
/PHP-7.1/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt6 …* Description: Call a user function which is the first parameter with the arguments contained in a…
/PHP-7.1/ext/mbstring/tests/
H A Dmb_stristr_variation4.phpt11 * Description: Finds first occurrence of a string within another, case insensitive
/PHP-7.1/ext/pdo_odbc/
H A Dconfig.m4151 dnl Check first for an ODBC 1.0 function to assert that the libraries work
/PHP-7.1/ext/standard/tests/array/
H A Darray_intersect_ukey_variation3.phpt189 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, first array member is n…
192 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, first array member is n…
H A Darray_walk_recursive_variation2.phpt179 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, first array member is n…
182 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, first array member is n…
H A Darray_walk_variation2.phpt179 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
182 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Darray_combine_variation3.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_diff_uassoc_variation1.phpt2 Test array_diff_uassoc() function : usage variation - Passing unexpected values to first argument
/PHP-7.1/ext/standard/tests/strings/
H A Dstrpos.phpt8 Description: Find position of first occurrence of a string
155 var_dump( strpos($string, "abcd", 72) ); // 72 -> "\n" in the first line
H A Dstripos_variation11.phpt6 * Description: Find position of first occurrence of a case-insensitive string
/PHP-7.1/ext/dom/
H A Dnode.c453 xmlNode *nodep, *first = NULL; in dom_node_first_child_read() local
463 first = nodep->children; in dom_node_first_child_read()
466 if (!first) { in dom_node_first_child_read()
471 php_dom_create_object(first, retval, obj); in dom_node_first_child_read()
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1198 static int first = 1; in get_type_str_mapping() local
1199 if (first) { in get_type_str_mapping()
1214 first = 0; in get_type_str_mapping()
/PHP-7.1/ext/standard/tests/file/
H A Dfile_variation2.phpt2 Test file() function : first parameter variation
H A Dfwrite_variation1-win32-mb.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_variation1-win32.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_variation1.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_variation4-win32.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_variation4.phpt15 written or the end of string reached, whichever comes first.
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt55 And now the right side of the expression will be executed first:
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog467 Search order: first, last, middle.
617 recording an incorrect first data item for a match if no other first data
918 39. Try madvise first before posix_madvise.
1020 19. Improving the first n character searches.
1356 the first (A) could occur when it should not.
1490 the first byte in a match must be "a".
1517 been different (but PCRE had them first :-).
2001 127 whose first byte was different to the first byte of the other case of
2453 in the first alternative must satisfy the test.
3497 first character must be a, b, c, or d.
[all …]
/PHP-7.1/ext/mbstring/ucgendat/
H A Ducgendat.c1277 write_case(FILE *out, _case_t *tab, int num, int first) in write_case() argument
1282 if (first) first = 0; in write_case()
/PHP-7.1/
H A DUPGRADING214 - The first $varname argument for getenv() is no longer mandatory, the
308 string (e.g. "first day of next month"). This means that naive comparisons
389 . assert() will throw a ParseError when evaluating a string given as the first
517 the first php-fcgi.exe process will exec the specified number of children.

Completed in 66 milliseconds

1...<<21222324252627