Home
last modified time | relevance | path

Searched refs:second (Results 251 – 275 of 379) sorted by relevance

1...<<111213141516

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt17 printf("[001] Cannot create second database connection, [%d] %s\n",
99 // Give the server a second to really kill the other thread...
H A Dmysqli_expire_password.phpt30 printf("skip Cannot create second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
37 printf("skip Cannot modify second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_check.phpt19 $phar['b.txt'] = "second file\n";
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope5.phpt42 // This is the second scope
H A Ddrcp_scope2.phpt57 // This is the second scope
H A Ddrcp_scope1.phpt57 // This is the second scope
/PHP-5.5/Zend/tests/
H A Dbug42819.phpt93 echo "second\n";
153 second
/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.c179 zval second; in php_array_key_compare() local
194 Z_TYPE(second) = IS_LONG; in php_array_key_compare()
195 Z_LVAL(second) = s->h; in php_array_key_compare()
197 Z_TYPE(second) = IS_STRING; in php_array_key_compare()
365 zval *second; in php_array_data_compare() local
409 zval first, second; in php_array_natural_general_compare() local
418 second = *sval; in php_array_natural_general_compare()
426 zval_copy_ctor(&second); in php_array_natural_general_compare()
437 zval_dtor(&second); in php_array_natural_general_compare()
2891 zval *second; in zval_compare() local
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_error2.phpt7 * and the elements of the second as the corresponding values
H A Darray_rand_variation6.phpt26 second line of heredoc string
H A Darray_intersect_uassoc_error.phpt53 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, second array member i…
H A Darray_merge_recursive_variation10.phpt25 // initialize the second argument
H A Dshuffle_variation5.phpt27 second line of heredoc string
/PHP-5.5/ext/standard/tests/strings/
H A Dcrc32_variation4.phpt33 second line of heredoc string
H A Dtrim1.phpt21 /* second argument charlist as null - does not trim any white spaces */
H A Dhtmlentities24.phpt15 echo "\n*** Testing htmlentities() with NULL as first,second and third argument ***\n";
306 *** Testing htmlentities() with NULL as first,second and third argument ***
H A Dhtmlspecialchars.phpt15 echo "\n*** Testing htmlspecialchars() with NULL as first, second and third argument ***\n";
306 *** Testing htmlspecialchars() with NULL as first, second and third argument ***
H A Dstrcspn_variation6.phpt30 second line of heredoc string
H A Dstrip_tags_variation5.phpt67 // initialize the second argument
H A Dstrtok_variation3.phpt27 second line of heredoc string
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_disable.phpt34 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
/PHP-5.5/ext/simplexml/tests/
H A Dsxe_004.phpt29 <elem11 attr2='second'>
/PHP-5.5/ext/date/tests/
H A Ddate_time_set_error.phpt5 …type : DateTime date_time_set ( DateTime $object , int $hour , int $minute [, int $second ] )
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt130 array(':placeholder' => 'second row'));
212 array('second row'));
361 string(10) "second row"
382 string(10) "second row"

Completed in 106 milliseconds

1...<<111213141516