Home
last modified time | relevance | path

Searched refs:parameter (Results 251 – 275 of 535) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/date/tests/
H A DDatePeriod_wrong_constructor.phpt2 DatePeriod: Test wrong __construct parameter
/php-src/Zend/tests/
H A Derrmsg_013.phpt14 Fatal error: Cannot use string as default value for parameter $a of type array in %s on line %d
H A Dctor_promotion_attributes.phpt2 Attributes on promoted properties are assigned to both the property and parameter
H A Dbug80811.phpt2 Bug #80811: Function exec without $output but with $restult_code parameter crashes
/php-src/ext/curl/tests/
H A Dcurl_basic_023.phpt2 Test curl_getinfo() function with CURLINFO_HTTP_VERSION parameter
H A Dcurl_basic_019.phpt2 Test curl_getinfo() function with CURLINFO_EFFECTIVE_URL parameter
/php-src/ext/sqlite3/
H A Dsqlite3.c1510 zval *parameter; in php_sqlite3_bind_params() local
1512 if (Z_ISREF(param->parameter)) { in php_sqlite3_bind_params()
1513 parameter = Z_REFVAL(param->parameter); in php_sqlite3_bind_params()
1515 parameter = &param->parameter; in php_sqlite3_bind_params()
1529 convert_to_long(parameter); in php_sqlite3_bind_params()
1541 convert_to_double(parameter); in php_sqlite3_bind_params()
1721 zval *parameter; in sqlite3stmt_bind() local
1729 Z_PARAM_ZVAL(parameter) in sqlite3stmt_bind()
1737 ZVAL_COPY(&param.parameter, parameter); in sqlite3stmt_bind()
1746 ZVAL_UNDEF(&param.parameter); in sqlite3stmt_bind()
[all …]
/php-src/ext/sockets/tests/
H A Dsocket_select-wrongparams-4.phpt2 Test parameter handling in socket_select().
H A Dsocket_select-wrongparams-1-win32.phpt2 Test parameter handling in socket_select().
H A Dsocket_listen-wrongparams.phpt2 Test parameter handling in socket_listen().
/php-src/ext/bz2/tests/
H A Dbug72447.phpt19 Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate (0) in %s…
/php-src/ext/standard/tests/streams/
H A Dbug46426.phpt2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
/php-src/ext/standard/tests/array/
H A Dunexpected_array_mod_bug_variation1.phpt2 Crash when function parameter modified via reference while keeping orig refcount
H A Darray_map_variation10.phpt24 echo "-- anonymous function with NULL parameter --\n";
67 -- anonymous function with NULL parameter --
H A Darray_fill_error.phpt7 // calling array_fill with negative values for 'num' parameter
/php-src/tests/classes/
H A Dstatic_this.phpt31 Fatal error: Cannot use $this as parameter in %sstatic_this.php on line 16
/php-src/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_error.phpt2 ReflectionParameter::getDefaultValueConstant() should raise exception on non optional parameter
/php-src/ext/gd/tests/
H A Dimagetruecolortopalette_error3.phpt2 Testing imagetruecolortopalette(): wrong parameters for parameter 3
/php-src/ext/gmp/tests/
H A Dbug32773.phpt2 Bug #32773 (binary GMP functions returns unexpected value, when second parameter is int(0))
/php-src/ext/spl/tests/
H A DSplDoublyLinkedList_offsetGet_param_array.phpt2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as array.
H A DSplDoublyLinkedList_offsetGet_param_string.phpt2 SplDoublyLinkedList::offsetGet() with 1st parameter passed as string.
/php-src/Zend/tests/named_params/
H A Dattributes_named_flags.phpt2 Named flags parameter for Attribute attribute
/php-src/ext/standard/tests/file/
H A Drename_variation13-win32.phpt77 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
80 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
84 Warning: rename(%safile.tmp,): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
87 Warning: rename(,%safile.tmp): %r(Invalid argument|(The parameter is incorrect|The system cannot fi…
/php-src/ext/intl/tests/
H A Dtimezone_getDisplayName_variant1.phpt2 IntlTimeZone::getDisplayName(): daylight parameter effect
/php-src/ext/phar/tests/
H A Dphar_buildfromdirectory2-win.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter

Completed in 33 milliseconds

1...<<11121314151617181920>>...22