Home
last modified time | relevance | path

Searched refs:first (Results 26 – 50 of 618) sorted by last modified time

12345678910>>...25

/PHP-5.5/ext/zlib/tests/
H A Dgzrewind_variation1.phpt13 gzwrite($h, b'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.
H A Dgzseek_variation4.phpt13 $str1 = "This is the first line.";
39 This is the first line.
H A Dgzseek_variation5.phpt13 $str1 = "This is the first line.";
39 This is the first line.
H A Dgzseek_variation7.phpt13 $str1 = "This is the first line.";
46 This is the first line.This is the second line.
/PHP-5.5/ext/xmlwriter/tests/
H A D009.phpt20 xmlwriter_write_attribute($xw, 'attr1', 'first');
40 <elem1 attr1="first">
H A DOO_009.phpt20 $xw->writeAttribute('attr1', 'first');
40 <elem1 attr1="first">
H A Dxmlwriter_write_attribute_ns_basic_001.phpt13 xmlwriter_write_attribute($xw, 'attr1', 'first');
26 <elem1 attr1="first"/>
H A Dxmlwriter_write_attribute_ns_error_001.phpt13 xmlwriter_write_attribute($xw, 'attr1', 'first');
21 // write attribute_ns without start_element first
33 <elem1 attr1="first"/>
/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/sybase_ct/tests/
H A Dtest.inc80 // Fires an SQL query and returns the first value from the first row
H A Dtest_unbuffered_no_full_fetch.phpt25 // Fetch #3 - free first, without having fetched all rows from previous query
39 Notice: sybase_unbuffered_query(): Sybase: Called without first fetching all rows from a previous …
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c50 if (!(*var_hashx)->first) { in var_push()
51 (*var_hashx)->first = var_hash; in var_push()
126 var_entries *var_hash = (*var_hashx)->first; in var_replace()
144 var_entries *var_hash = (*var_hashx)->first; in var_access()
167 var_entries *var_hash = (*var_hashx)->first; in var_destroy()
H A Dvar_unserializer.re48 if (!(*var_hashx)->first) {
49 (*var_hashx)->first = var_hash;
124 var_entries *var_hash = (*var_hashx)->first;
142 var_entries *var_hash = (*var_hashx)->first;
165 var_entries *var_hash = (*var_hashx)->first;
/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr.phpt77 echo "\n*** Start before the first char ***\n";
222 *** Start before the first char ***
H A Ducfirst.phpt7 /* Make a string's first character uppercase */
H A Ducwords_basic.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_error.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_variation1.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_variation2.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_variation3.phpt6 * Description: Uppercase the first character of each word in a string
H A Ducwords_variation4.phpt6 * Description: Uppercase the first character of each word in a string
H A Dstrspn_variation6.phpt29 first line of heredoc string
H A Dstrspn_variation7.phpt29 first line of heredoc string

Completed in 168 milliseconds

12345678910>>...25