Home
last modified time | relevance | path

Searched refs:string1 (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/standard/tests/strings/
H A Daddcslashes_002.phpt15 class string1
21 $obj = new string1;
H A Dtrim1.phpt38 class string1
44 $obj = new string1;
H A Drtrim.phpt30 class string1 {
35 $obj = new string1;
H A Ducfirst.phpt77 $string1 = get_resource_type($file1);
80 /* $string1 is of "stream" type */
81 var_dump(ucfirst($string1));
H A Dstrlen.phpt87 $string1 = get_resource_type($file1);
90 /* $string1 is of "stream" type */
91 var_dump(strlen($string1)); // int(6)
146 strlen("string1", "string2");
H A Dlcfirst.phpt106 $string1 = get_resource_type($file1);
109 /* $string1 is of "stream" type */
110 var_dump(lcfirst($string1));
H A Dstrcmp.phpt41 class string1 {
46 $obj_string1 = new string1;
72 $string1 = get_resource_type($file1);
76 /* string1 and string2 of same "stream" type */
77 var_dump(strcmp($string1, $string2)); // int(0)
79 /* string1 is of "stream" type & string3 is of "int" type */
80 var_dump(strcmp($string1, $string3)); // int(1)
H A Dstrcasecmp.phpt41 class string1 {
46 $obj_string1 = new string1;
72 $string1 = get_resource_type($file1);
76 /* string1 and string2 of same "stream" type */
77 var_dump(strcasecmp($string1, $string2)); // int(0)
79 /* string1 is of "stream" type & string3 is of "int" type */
80 var_dump(strcasecmp($string1, $string3)); // int(1)
H A Dexplode1.phpt72 class string1 {
77 $obj = new string1;
/PHP-5.5/ext/pcre/tests/
H A Dpreg_quote_basic.phpt13 $string1 = 'testing - /this *-has \ metacharacters^ in $ should work';
14 …tch('/^[tT]\w{6} - ' . preg_quote($string_before, '/') . ' [a-z]*\s*work$/', $string1, $matches1));
/PHP-5.5/ext/standard/tests/array/
H A Darray_flip_variation3.phpt41 'string_value1' => 'string1',
89 ["string1"]=>
/PHP-5.5/Zend/tests/
H A Dget_defined_vars.phpt14 $assoc_array = array( 'a'=>97, 'c'=>99, 'A'=>65, 'C'=>67, 1=>"string1" ); //associative array
96 string(7) "string1"
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja560 o int = mbstrpos(string1, string2)
561 o int = mbstrpos(string1, string2, start)
562 o int = mbstrpos(string1, string2, start, encoding)
574 o int = mbstrrpos(string1, string2)
575 o int = mbstrrpos(string1, string2, encoding)
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c482 int string1_len, const void *string1, in php_sqlite3_collation_callback() argument
501 ZVAL_STRINGL(zstring1, (char *) string1, string1_len, 1); in php_sqlite3_collation_callback()

Completed in 19 milliseconds