Home
last modified time | relevance | path

Searched refs:value (Results 1901 – 1925 of 2016) sorted by relevance

1...<<7172737475767778798081

/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(5) "@pass"
H A Dparse_url_basic_009.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(3) "etc"
H A Dparse_url_basic_004.phpt92 --> http://user:@pass@host/path?argument?value#etc : NULL
H A Dparse_url_basic_005.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(4) "user"
H A Dparse_url_basic_002.phpt93 --> http://user:@pass@host/path?argument?value#etc : string(4) "http"
H A Dparse_url_basic_007.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(5) "/path"
H A Dparse_url_basic_003.phpt92 --> http://user:@pass@host/path?argument?value#etc : string(4) "host"
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h322 union VALUETYPE value; /* either number or string */ member
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt57 printf("[%03d] PDO::execute() should return a boolean value, got %s/%s\n",
222 array('id', 'label', 'value'));
H A Dpdo_mysql_prepare_emulated.phpt53 printf("[%03d] PDO::execute() should return a boolean value, got %s/%s\n",
230 array('id', 'label', 'value'));
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt320 Warning: mysqli_kill(): processid should have positive value in %s on line %d
340 Warning: mysqli_kill(): processid should have positive value in %s on line %d
H A Dmysqli_stmt_bind_param_references.phpt69 // no need to check the return value, will bail and make EXPECTF fail if need be
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2381 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam)… in php_openssl_sockop_set_option() argument
2446 if (value == -1) { in php_openssl_sockop_set_option()
2458 tv.tv_sec = value; in php_openssl_sockop_set_option()
2515 php_stream_socket_ops.set_option(stream, option, value, ptrparam); in php_openssl_sockop_set_option()
2544 return php_stream_socket_ops.set_option(stream, option, value, ptrparam); in php_openssl_sockop_set_option()
/PHP-7.4/build/
H A Dphp.m473 dnl PHP_DEFINE(WHAT [, value[, directory]])
75 dnl Creates builddir/include/what.h and in there #define WHAT value.
84 dnl Adds variable with it's value into Makefile, e.g.:
687 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
715 dnl Sets PHP_ARG_NAME either to the user value or to the default value.
1033 dnl _PHP_CHECK_SIZEOF(type, cross-value, extra-headers [, found-action [, not-found-action]])
1079 dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
/PHP-7.4/tests/lang/
H A DpassByReference_005.phpt2 Pass uninitialised variables by reference and by value to test implicit initialisation.
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_variation9.phpt13 * Optional argument takes the same value as that of $arr1
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt208 Warning: mail(): Header field value (foo10 => abc) contains invalid chars or format in %s on line 1…
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c502 ZEND_ARG_INFO(0, value)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrpos.phpt279 Notice: A non well formed numeric value encountered in %s on line %d
289 Notice: A non well formed numeric value encountered in %s on line %d
H A Dstrcspn_variation7.phpt98 var_dump( strcspn($str,$mask,$start) ); // with default len value
H A Dstrspn_variation7.phpt98 var_dump( strspn($str,$mask,$start) ); // with default len value
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt86 foreach ($values as $value) {
87 var_dump( gettype($value) );
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c676 if (Z_TYPE(c->value) == IS_STRING) { in accel_copy_permanent_strings()
677 ZVAL_STR(&c->value, new_interned_string(Z_STR(c->value))); in accel_copy_permanent_strings()
709 if (entry->value) { in accel_copy_permanent_strings()
710 entry->value = new_interned_string(entry->value); in accel_copy_permanent_strings()
3034 ZCG(include_path) = ini_entry->value; in accel_post_startup()
3415 if (Z_TYPE(c->value) == IS_CONSTANT_AST) { in get_unresolved_initializer()
3503 val = &c->value; in preload_try_resolve_constants()
/PHP-7.4/ext/session/tests/
H A Dsession_ini_set.phpt33 * Prototype : string ini_set(string $name, string $value)
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c509 if(FAIL==dbsetlversion(H->login, tdsver[i].value)) { in pdo_dblib_handle_factory()

Completed in 110 milliseconds

1...<<7172737475767778798081