Home
last modified time | relevance | path

Searched refs:s (Results 5801 – 5825 of 6191) sorted by relevance

1...<<231232233234235236237238239240>>...248

/PHP-5.5/ext/standard/tests/array/
H A Darray_slice.phpt94 Warning: array_slice() expects at least 2 parameters, 0 given in %s on line %d
98 Warning: array_slice() expects at least 2 parameters, 1 given in %s on line %d
102 Warning: array_slice() expects at most 4 parameters, 5 given in %s on line %d
106 Warning: array_slice() expects parameter 1 to be array, integer given in %s on line %d
110 Warning: array_slice() expects parameter 1 to be array, string given in %s on line %d
H A Darray_chunk_variation3.phpt244 Warning: array_chunk() expects parameter 3 to be boolean, object given in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt108 echo sprintf("%s: %s => %s\n", $v[1], $ent, $d[1]);
114 echo sprintf("%s => %s\n\n", $ent, $res);
H A Dstr_replace.phpt888 Notice: Array to string conversion in %s on line %d
937 Notice: Undefined variable: strS in %s on line %d
943 Warning: str_replace() expects at least 3 parameters, 0 given in %s on line %d
946 Warning: str_replace() expects at least 3 parameters, 1 given in %s on line %d
949 Warning: str_replace() expects at least 3 parameters, 1 given in %s on line %d
952 Warning: str_replace() expects at least 3 parameters, 2 given in %s on line %d
955 Warning: str_replace() expects at most 4 parameters, 5 given in %s on line %d
H A Dstrncasecmp_variation9.phpt43 it's bright,but i cann't see it.
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt39 * If the filter's expected input data mask does not match the provided data
143 validate_url URL string Validates an URL's format.
314 variable's value by reference which can do filtering
321 The callback function's prototype is:
325 containing the same value as this parameter's value in the call to
/PHP-5.5/ext/soap/
H A Dphp_sdl.c231 char *s; in sdl_set_uri_credentials() local
238 if (!s) return; in sdl_set_uri_credentials()
239 s = strchr(s+3, '/'); in sdl_set_uri_credentials()
240 l1 = s ? (s - ctx->sdl->source) : strlen(ctx->sdl->source); in sdl_set_uri_credentials()
242 if (!s) return; in sdl_set_uri_credentials()
243 s = strchr(s+3, '/'); in sdl_set_uri_credentials()
244 l2 = s ? (s - (char*)uri) : strlen((char*)uri); in sdl_set_uri_credentials()
289 if (s && (s == Z_STRVAL_PP(header) || *(s-1) == '\n' || *(s-1) == '\r')) { in sdl_set_uri_credentials()
1200 char *s; in sdl_deserialize_string() local
1209 s[len] = '\0'; in sdl_deserialize_string()
[all …]
/PHP-5.5/ext/standard/
H A Darray.c176 Bucket *s; in php_array_key_compare() local
182 s = *((Bucket **) b); in php_array_key_compare()
362 Bucket *s; in php_array_data_compare() local
368 s = *((Bucket **) b); in php_array_data_compare()
407 Bucket *f, *s; in php_array_natural_general_compare() local
413 s = *((Bucket **) b); in php_array_natural_general_compare()
577 Bucket *s; in php_array_user_compare() local
582 s = *((Bucket **) b); in php_array_user_compare()
722 Bucket *s; in php_array_user_key_compare() local
734 s = *((Bucket **) b); in php_array_user_key_compare()
[all …]
/PHP-5.5/Zend/
H A Dzend_operators.c1782 char *s=Z_STRVAL_P(str); in increment_string() local
1794 if (IS_INTERNED(s)) { in increment_string()
1795 s = (char*) emalloc(Z_STRLEN_P(str) + 1); in increment_string()
1797 Z_STRVAL_P(str) = s; in increment_string()
1801 ch = s[pos]; in increment_string()
1804 s[pos] = 'a'; in increment_string()
1807 s[pos]++; in increment_string()
1813 s[pos] = 'A'; in increment_string()
1816 s[pos]++; in increment_string()
1822 s[pos] = '0'; in increment_string()
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dsplit2.phpt308 Warning: preg_last_error() expects exactly 0 parameters, 1 given in %s on line %d
/PHP-5.5/ext/standard/tests/math/
H A Ddecbin_variation1_64bit.phpt168 Notice: Object of class classA could not be converted to int in %s on line %d
H A Ddecbin_variation1.phpt168 Notice: Object of class classA could not be converted to int in %s on line %d
H A Dround_variation1.phpt162 Notice: Object of class classA could not be converted to int in %s on line %d
/PHP-5.5/ext/pdo/tests/
H A Dpdo_test.inc78 $data = preg_replace('/^.*--REDIRECTTEST--/s', '', $data);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_reflection.phpt12 Let's not deal with cross-version issues in the EXPECTF/UEXPECTF.
H A Dmysqli_phpinfo.phpt66 printf("[010] Could not find entry for '%s'\n", $entry);
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt88 …g: session_set_save_handler() expects parameter 1 to be SessionHandlerInterface, object given in %s
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69362.phpt45 $template = "CREATE USER $user WITH PASSWORD '%s'";
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt71 Warning: mcrypt_ecb(): Size of key is too large for this algorithm in %s on line %d
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_41125.phpt48 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Daddfuncs.phpt50 phar error: unable to open file "%s/does/not/exist" to add to phar archive
/PHP-5.5/ext/soap/tests/
H A Dtypemap008.phpt2 SOAP Typemap 8: SoapClient support for typemap's to_xml() (without WSDL, using SoapVar)
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation9.phpt71 Warning: %s
H A Dsymlink_link_linkinfo_is_link_variation5.phpt72 Warning: linkinfo(): No such file or directory in %s on line %d
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt31 $regex_ascii = b'([A-Z]\w{1,4}is( [aeiou]|h)) ?.*\.\s[0-9]+(5([6-9][79]){2})[[:punct:]]$';

Completed in 73 milliseconds

1...<<231232233234235236237238239240>>...248