/PHP-5.5/ext/xmlrpc/tests/ |
H A D | bug44996.phpt | 10 …sion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601>…
|
/PHP-5.5/ext/soap/ |
H A D | soap.c | 1586 zval param; local 2865 zval **param; local 3339 sdlParamPtr *param; local 4308 xmlNodePtr param; local 4330 xmlNodePtr param; local 4443 if (param != NULL && param->paramName != NULL) { 4472 } else if (param->element->def && !param->element->nillable) { 4609 sdlParamPtr *param; local 4616 if ((*param)->encode && (*param)->encode->details.type_str) { 4630 if ((*param)->encode && (*param)->encode->details.type_str) { [all …]
|
/PHP-5.5/ext/openssl/tests/ |
H A D | bug38255.phpt | 33 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d 35 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d 38 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
|
/PHP-5.5/ext/spl/internal/ |
H A D | spldoublylinkedlist.inc | 71 * @param $data variable to add to the DLL. 80 * @param $data variable to add to the DLL. 128 * @param $mode new mode of iteration 195 * @param $offset The offset 210 * @param $offset The offset 231 * @param $offset The offset 232 * @param $value New value 257 * @param $offset The offset
|
H A D | iteratoriterator.inc | 44 * @param iterator inner iterator 45 * @param classname optional class the iterator has to be downcasted to 107 * @param func Name of method to invoke 108 * @param params Array of parameters to pass to method
|
H A D | multipleiterator.inc | 40 * @param flags MIT_* flags 54 /** @param $flags new flags. */ 60 /** @param $iter new Iterator to attach. 61 * @param $inf associative info forIteraotr, must be NULL, integer or string 86 /** @param $iter attached Iterator that should be detached. */ 92 /** @param $iter Iterator to check
|
H A D | filteriterator.inc | 33 * @param it Iterator to filter 118 * @param func Name of method to invoke 119 * @param params Array of parameters to pass to method
|
H A D | cachingiterator.inc | 43 * @param it Iterator to cache 44 * @param flags Bitmask: 119 * @param func Name of method to invoke 120 * @param params Array of parameters to pass to method
|
/PHP-5.5/ext/imap/tests/ |
H A D | imap_bodystruct_basic.phpt | 58 function isValid($param) 60 if(($param == 0) || ($param == 1))
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_api.c | 197 if (stmt->param.var_cnt) { in mysqli_stmt_bind_param_do_bind() 247 efree(stmt->param.is_null); in mysqli_stmt_bind_param_do_bind() 912 if (stmt->param.var_cnt) { 917 if (stmt->param.vars[j] == stmt->param.vars[i] && stmt->param.vars[i]) { 918 php_mysqli_stmt_copy_it(&copies, stmt->param.vars[i], stmt->param.var_cnt, i); 925 if (stmt->param.vars[i]) { 926 if ( !(stmt->param.is_null[i] = (stmt->param.vars[i]->type == IS_NULL)) ) { 931 php_mysqli_stmt_copy_it(&copies, stmt->param.vars[i], stmt->param.var_cnt, i); 940 php_mysqli_stmt_copy_it(&copies, stmt->param.vars[i], stmt->param.var_cnt, i); 948 if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) { [all …]
|
/PHP-5.5/scripts/dev/ |
H A D | generate-phpt.phar | 184 * @param string $name 293 * @param string $name 315 * @param string $name 316 * @param array $array 339 * @param array $array 1221 * @param gtMethod $method 1315 * @param string $type 1819 * @param string $method 1875 * @param string $type 1921 * @param string $type [all …]
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug50762.phpt | 12 public function testHeader($param){ 44 echo $cl->testHeader('param') . PHP_EOL;
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_column.phpt | 20 $stmt = $db->prepare("SELECT :param FROM test ORDER BY id ASC LIMIT 1"); 21 $stmt->execute(array(':param' => 'id'));
|
/PHP-5.5/ext/posix/tests/ |
H A D | posix_ttyname_error_wrongparams.phpt | 23 var_dump(posix_ttyname()); // param missing 24 var_dump(posix_ttyname(0)); // param not a ressource
|
/PHP-5.5/ext/spl/examples/ |
H A D | keyfilter.inc | 32 * @param it Object that implements at least spl_forward 33 * @param regex Regular expression used as a filter.
|
H A D | dbareader.inc | 27 * @param file Database file to open. 28 * @param handler Handler to use for database access.
|
H A D | findfile.inc | 28 * @param $path the directory to search in 31 * @param $file the name of the files to search fro
|
/PHP-5.5/ext/spl/tests/ |
H A D | SplFixedArray_setSize_param_float.phpt | 2 SplFixedArray::setSize() with a float param
|
H A D | SplDoublyLinkedList_pop_params.phpt | 10 $get = $array->pop( 'param' );
|
/PHP-5.5/ext/reflection/ |
H A D | php_reflection.c | 1465 parameter_reference *param; in _reflection_param_get_default_param() local 1475 param = intern->ptr; in _reflection_param_get_default_param() 1481 return param; in _reflection_param_get_default_param() 1490 if (param == NULL) { in _reflection_param_get_default_precv() 1494 precv = _get_recv_op((zend_op_array*)param->fptr, param->offset); in _reflection_param_get_default_precv() 2326 …_parameter_string(&str, param->fptr, param->arg_info, param->offset, param->required, "" TSRMLS_CC… in ZEND_METHOD() 2546 RETVAL_BOOL(param->offset >= param->required); in ZEND_METHOD() 2568 precv = _get_recv_op((zend_op_array*)param->fptr, param->offset); in ZEND_METHOD() 2588 if (!param) { in ZEND_METHOD() 2619 if (!param) { in ZEND_METHOD() [all …]
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | bug52719.phpt | 2 Bug #52719: array_walk_recursive crashes if third param of the function is by reference
|
/PHP-5.5/win32/build/ |
H A D | deplister.c | 29 ULONG va, ULONG param) in StatusRoutine() argument
|
/PHP-5.5/Zend/tests/ |
H A D | bug46665.phpt | 2 Bug #46665 (Triggering autoload with a variable classname causes truncated autoload param)
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionFunction_getClosureThis.phpt | 11 $closure = function($param) { return "this is a closure"; };
|
/PHP-5.5/Zend/tests/generators/ |
H A D | bug65161.phpt | 12 new SyntaxError('param');
|