Home
last modified time | relevance | path

Searched refs:first (Results 501 – 525 of 618) sorted by relevance

1...<<2122232425

/PHP-5.5/ext/standard/tests/array/
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-5.5/ext/standard/tests/strings/
H A Dstrpos.phpt8 Description: Find position of first occurrence of a string
152 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-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp291 PHP_ME_MAPPING(first, breakiter_first, ainfo_biter_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/standard/tests/file/
H A Dfile_variation2.phpt2 Test file() function : first parameter variation
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-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt55 And now the right side of the expression will be executed first:
H A Dpdo_mysql_stmt_fetch_non_select.phpt17 // Emulated PS first
/PHP-5.5/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 …]
H A DREADME6 first release of a new API, known as PCRE2, with release numbers starting at
97 doc/pcretest.txt in the source distribution. The first of these is a
169 To build PCRE on system that supports autotools, first run the "configure"
657 should first run the PrepareRelease script before making a distribution. This
715 The first test file can be fed directly into the perltest.pl script to check
717 first few lines, where the Perl version is given instead of the PCRE version.
779 The twenty-first and twenty-second tests are run only in 16/32-bit mode, when
824 The first two 256-byte tables provide lower casing and case flipping functions,
/PHP-5.5/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-5.5/ext/ereg/regex/
H A Dengine.c943 register int first = 1; local
953 fprintf(d, "%s%d", (first) ? "\t" : ", ", i);
954 first = 0;
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1283 static int first = 1; in get_type_str_mapping() local
1284 if (first) { in get_type_str_mapping()
1299 first = 0; in get_type_str_mapping()
/PHP-5.5/ext/dom/
H A Dnode.c480 xmlNode *nodep, *first = NULL; in dom_node_first_child_read() local
491 first = nodep->children; in dom_node_first_child_read()
496 if (!first) { in dom_node_first_child_read()
501 if (NULL == (*retval = php_dom_create_object(first, &ret, *retval, obj TSRMLS_CC))) { in dom_node_first_child_read()
/PHP-5.5/ext/date/tests/
H A Dgetdate_variation1.phpt2 Test getdate() function : usage variation - Passing unexpected values to first argument timestamp.
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c416 sljit_si i, zeros, ones, first; in load_immediate() local
464 first = 1; in load_immediate()
472 if (first) { in load_immediate()
473 first = 0; in load_immediate()
488 if (first) { in load_immediate()
489 first = 0; in load_immediate()
/PHP-5.5/
H A DREADME.SELF-CONTAINED-EXTENSIONS97 The first argument of PHP_NEW_EXTENSION describes the name of the
H A DREADME.TESTING257 (config file must be first)
/PHP-5.5/ext/gd/tests/
H A Dimagecolorallocate_variation1.phpt2 Test imagecolorallocate() function : usage variations - passing different data types to first argu…

Completed in 74 milliseconds

1...<<2122232425