Home
last modified time | relevance | path

Searched refs:first (Results 351 – 375 of 618) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/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-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation4.phpt29 //Note: the first four values are valid as they will all be cast to 1L.
H A Dimap_fetch_overview_basic.phpt36 //first object in array
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_check.phpt18 $phar['a.txt'] = "first file\n";
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stristr_basic.phpt11 * Description: Finds first occurrence of a string within another, case insensitive
H A Dmb_stristr_variation5.phpt11 * Description: Finds first occurrence of a string within another, case insensitive
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation9.phpt26 /* first create the dir/subdir and files, record the stat */
H A Dfread_fwrite_basic.phpt18 opening userspace stream) when 8192 bytes have been read whichever comes first.
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_keys_variation4.phpt6 …* Description: Create an array using the elements of the first parameter as keys each initialized …
H A Darray_map_variation17.phpt144 Warning: array_map() expects parameter 1 to be a valid callback, first array member is not a valid …
148 Warning: array_map() expects parameter 1 to be a valid callback, first array member is not a valid …
H A Deach.phpt38 the first element after the assignment */
47 /* reset the $arrays and use each to get the first element */
49 var_dump( each($arrays) ); // first element
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities23.phpt9 "\x8F\xA0", //1 sub, A0 is not valid as sole/first byte
H A Dstrncasecmp_variation9.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
H A Dsubstr.phpt77 echo "\n*** Start before the first char ***\n";
222 *** Start before the first char ***
H A Ducwords_variation2.phpt6 * Description: Uppercase the first character of each word in a string
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope5.phpt34 // This is the first scope for the script
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2327 No first char
54 No first char
/PHP-5.5/ext/interbase/tests/
H A D005.phpt27 ibase_blob_create(), ibase_blob_import() first time.
119 /* insert in first transaction context... */
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp81 int32_t pos = biter->first(); in _breakiterator_rewind()
203 bio->biter->first(); in _breakiterator_parts_rewind()
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API116 remove the CLEANABLE and REMOVABLE bits when the first output has passed through it;
138 Many bits of the manual (and very first implementation) do not comply
H A DREADME.SUBMITTING_PATCH12 An excellent article to read first is:
25 If you are fixing broken functionality in PHP C source code first
67 If you are fixing incorrect PHP documentation first create a bug or
72 If your change is large, then first discuss it with the mail list
/PHP-5.5/Zend/tests/
H A Dbug42819.phpt85 echo "first\n";
145 first
/PHP-5.5/ext/pdo/tests/
H A Dpdo_022.phpt28 $db->exec('insert2', "INSERT INTO test VALUES(:first, :second, :third)");
/PHP-5.5/ext/standard/
H A Darray.c178 zval first; in php_array_key_compare() local
185 Z_TYPE(first) = IS_LONG; in php_array_key_compare()
186 Z_LVAL(first) = f->h; in php_array_key_compare()
188 Z_TYPE(first) = IS_STRING; in php_array_key_compare()
364 zval *first; in php_array_data_compare() local
409 zval first, second; in php_array_natural_general_compare() local
417 first = *fval; in php_array_natural_general_compare()
421 zval_copy_ctor(&first); in php_array_natural_general_compare()
433 zval_dtor(&first); in php_array_natural_general_compare()
2890 zval *first; in zval_compare() local
[all …]
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c208 register int first = 1; /* is this the first alternative? */ local
220 if (first) {
224 first = 0;
233 if (!first) { /* tail-end fixups */
422 register int first = 1; /* first subexpression? */ local
431 wasdollar = p_simp_re(p, first);
432 first = 0;

Completed in 55 milliseconds

1...<<11121314151617181920>>...25