| /PHP_5_5/ext/skeleton/ |
| H A D | skeleton.php | 14 $function = 'confirm_' . $module . '_compiled'; variable 16 $str = $function($module);
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_php_trace.c | 72 long function; local 77 if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, function_state.function), &l)) { 81 function = l; 83 if (valid_ptr(function)) { 84 if (0 > fpm_trace_get_strz(buf, buf_size, function + offsetof(zend_function, common.function_name))) {
|
| H A D | zlog.c | 101 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ argument 133 len += snprintf(buf, buf_size, "[%s] %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], function, line); 146 len += snprintf(buf + len, buf_size - len, "%s: pid %d, %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], getpid(), function, line); 148 len += snprintf(buf + len, buf_size - len, "%s: %s(), line %d: ", level_names[flags & ZLOG_LEVEL_MASK], function, line);
|
| H A D | zlog.h | 20 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...)
|
| /PHP_5_5/scripts/dev/ |
| H A D | find_tested.php | 84 function mark_methods_as_tested($method_info, $phpt_files) { 113 function populate_method_info() { 121 foreach ($internal_functions as $function) { 125 $function_record[METHOD_NAME] = $function; 130 // record the extension that the function belongs to 131 $reflectionFunction = new ReflectionFunction($function); 178 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt) 196 function extract_tests($file) { 212 function filter_functions($x) { 216 function map_token_valu [all...] |
| /PHP_5_5/scripts/dev/generate-phpt/src/ |
| H A D | generate-phpt.php | 60 $function = new gtFunction($name); variable 61 $function->setArgumentNames(); 62 $function->setArgumentLists(); 63 $function->setInitialisationStatements(); 73 $testCase->setFunction($function); 86 $testCase->setFunction($function); 101 $testCaseContainer->setFunction($function);
|
| H A D | gtFunction.php | 4 * Class reperesents a single PHP function. 12 * Set the name of the name of the function 16 public function __construct($functionName) { 22 * Get the names of function argments and initialise mandatory and optional argument arrays 25 public function setArgumentNames() { 26 $function= new ReflectionFunction($this->functionName); variable 28 foreach ($function->getParameters() as $i => $param) { 39 * Return the name of the function 43 public function getName() {
|
| /PHP_5_5/scripts/dev/generate-phpt/src/setup/preconditions/ |
| H A D | gtIsValidFunction.php | 4 * Check that the function name is valid 9 public function check( $clo) { 11 $function = $clo->getOption('f'); variable 13 if( in_array( $function, $functions['internal'] ) ) { 21 public function getMessage() {
|
| /PHP_5_5/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtBasicTestCaseFunction.php | 4 * Basic test case for a PHP function 10 public function __construct($opt) { 15 * Set the function name 17 * @param gtFunction $function 19 public function setFunction($function) { 20 $this->subject = $function; 23 public function constructTestCase() { 39 public function testHeader() { 42 $this->testCase[] = "Test function " [all...] |
| H A D | gtErrorTestCaseFunction.php | 4 * Error test case for a PHP function 9 public function __construct($opt) { 14 * Set the function name 16 * @param string $function 18 public function setFunction($function) { 19 $this->subject = $function; 27 public function constructTestCase() { 39 public function testHeader() { 41 $this->testCase[] = "Test function " [all...] |
| H A D | gtVariationContainerFunction.php | 8 protected $function; variable 11 public function __construct($osl) { 16 * Sets function being tested 18 * @param gtFunction $function 20 public function setFunction(gtFunction $function) { 21 $this->function = $function; variable 29 public function constructAll() { 32 $numberOfArguments = count($this->function [all...] |
| H A D | gtVariationTestCaseFunction.php | 4 * Class for variation tests for a PHP function 12 public function __construct($opt) { 18 * @param gtfunction $function 22 public function setUp(gtfunction $function, $argumentNumber, $variationData) { 23 $this->subject = $function; 34 public function constructTestCase() { 44 public function testHeader() { 46 $this->testCase[] = "Test function ".$this->subject->getName()."() by substituting argument ".$this->argumentNumber." with ".$this->variationData." values."; 50 public function subjectCall [all...] |
| /PHP_5_5/win32/build/ |
| H A D | phpize.js.in | 35 function ERROR(msg)
41 function file_get_contents(filename)
49 function Module_Item(module_name, config_path, dir_line, deps, content)
58 function get_module_dep(contents)
75 function find_config_w32(dirname)
120 function emit_module(item)
125 function emit_dep_modules(module_names)
147 function gen_modules()
173 function buildconf_process_args()
|
| /PHP_5_5/ext/dba/ |
| H A D | dba_db4.c | 51 const char *function = get_active_function_name(TSRMLS_C); local 52 if (function && (!strcmp(function,"dba_popen") || !strcmp(function,"dba_open"))
|
| /PHP_5_5/ext/pdo/ |
| H A D | php_pdo_driver.h | 96 PDO_FETCH_FUNC, /* fetch into function and return its result */ 286 to prefix the function names using the PDO driver name; this will 453 /* if true, the handle has been closed and will not function anymore */ 616 zval *function; member in struct:_pdo_stmt_t::__anon144::__anon146 636 /* For the convenience of drivers, this function will parse a data source
|
| /PHP_5_5/ext/soap/ |
| H A D | php_sdl.c | 41 static void delete_function(void *function); 42 static void delete_function_persistent(void *function); 905 sdlFunctionPtr function; local 946 function = emalloc(sizeof(sdlFunction)); 947 memset(function, 0, sizeof(sdlFunction)); 948 function->functionName = estrdup((char*)op_name->children->content); 980 function->bindingAttributes = (void *)soapFunctionBinding; 991 function->requestParameters = wsdl_message(&ctx, message->children->content); 996 function->requestName = estrdup(name->children->content); 1000 function 3532 sdlFunctionPtr function = *((sdlFunctionPtr*)data); local 3571 sdlFunctionPtr function = *((sdlFunctionPtr*)data); local [all...] |
| H A D | soap.c | 38 sdlFunctionPtr function; member in struct:_soapHeader 49 static void function_to_string(sdlFunctionPtr function, smart_str *buf); 55 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader* hdr TSRMLS_DC); 57 static sdlParamPtr get_param(sdlFunctionPtr function, char *param_name, int index, int); 62 static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name,char *uri,zval *ret, soapHeader *headers, int version TSRMLS_DC); 63 static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC); 1247 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to set persistence when you are using you SOAP SERVER in function mode, no persistence needed"); 1415 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a function that isn't a string"); 1424 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a non existant function '%s'", Z_STRVAL_PP(tmp_function)); 1446 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Tried to add a non existant function ' 1492 sdlFunctionPtr function; local 2053 soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr TSRMLS_DC) argument 2613 do_soap_call(zval* this_ptr, char* function, int function_len, int arg_count, zval** real_args, zval* return_value, char* location, char* soap_action, char* call_uri, HashTable* soap_headers, zval* output_headers TSRMLS_DC) argument 2837 char *function, *location=NULL, *soap_action = NULL, *uri = NULL; local 2957 sdlFunctionPtr *function; local 3286 deserialize_parameters(xmlNodePtr params, sdlFunctionPtr function, int *num_params, zval ***parameters TSRMLS_DC) argument 3383 sdlFunctionPtr function; local 3415 sdlFunctionPtr function; local 3672 serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int version, int main TSRMLS_DC) argument 3775 serialize_response_call(sdlFunctionPtr function, char *function_name, char *uri, zval *ret, soapHeader* headers, int version TSRMLS_DC) argument 4129 serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC) argument 4414 get_param(sdlFunctionPtr function, char *param_name, int index, int response) argument 4531 function_to_string(sdlFunctionPtr function, smart_str *buf) argument [all...] |
| /PHP_5_5/Zend/ |
| H A D | zend_language_parser.y | 162 %token T_FUNCTION "function (T_FUNCTION)" 380 function is_reference T_STRING { zend_do_begin_function_declaration(&$1, &$3, 0, $2.op_type, NULL TSRMLS_CC); } 593 | method_modifiers function is_reference T_STRING { zend_do_begin_function_declaration(&$2, &$4, 1, $3.op_type, &$1 TSRMLS_CC); } 812 | function is_reference { zend_do_begin_lambda_function_declaration(&$$, &$1, $2.op_type, 0 TSRMLS_CC); } 815 | T_STATIC function is_reference { zend_do_begin_lambda_function_declaration(&$$, &$2, $3.op_type, 1 TSRMLS_CC); } 836 function: label
|
| H A D | zend_compile.h | 204 /* function flag for internal user call handlers __call, __callstatic */ 334 #define ZEND_FN_SCOPE_NAME(function) ((function) && (function)->common.scope ? (function)->common.scope->name : "") 356 zend_function *function; member in struct:_zend_function_state 648 ZEND_API void function_add_ref(zend_function *function); 667 ZEND_API int zend_cleanup_function_data(zend_function *function TSRMLS_DC); 668 ZEND_API int zend_cleanup_function_data_full(zend_function *function TSRMLS_DC); 670 ZEND_API void destroy_zend_function(zend_function *function TSRMLS_D [all...] |
| H A D | zend_execute_API.c | 106 static int clean_non_persistent_function(zend_function *function TSRMLS_DC) /* {{{ */ 108 return (function->type == ZEND_INTERNAL_FUNCTION) ? ZEND_HASH_APPLY_STOP : ZEND_HASH_APPLY_REMOVE; 112 static int clean_non_persistent_function_full(zend_function *function TSRMLS_DC) /* {{{ */ 114 return (function->type == ZEND_INTERNAL_FUNCTION) ? ZEND_HASH_APPLY_KEEP : ZEND_HASH_APPLY_REMOVE; 277 * Suppose we destroy class X, which destroys the class's function table, 278 * and in the function table we have function foo() that has static $bar. 280 * called and will fail since X's function table is in mid-destruction. 351 switch (EG(current_execute_data)->function_state.function->type) { 355 zend_class_entry *ce = EG(current_execute_data)->function_state.function [all...] |
| H A D | zend_builtin_functions.c | 390 Get the number of arguments that were passed to the function */ 398 zend_error(E_WARNING, "func_num_args(): Called from the global scope - no function context"); 406 Get the $arg_num'th argument that was passed to the function */ 425 zend_error(E_WARNING, "func_get_arg(): Called from the global scope - no function context"); 433 zend_error(E_WARNING, "func_get_arg(): Argument %ld not passed to function", requested_offset); 446 Get an array of the arguments that were passed to the function */ 455 zend_error(E_WARNING, "func_get_args(): Called from the global scope - no function context"); 1348 Checks if the function exists */ 1375 * A bit of a hack, but not a bad one: we see if the handler of the function 1376 * is actually one that displays "function i [all...] |
| H A D | zend_opcode.c | 112 ZEND_API void destroy_zend_function(zend_function *function TSRMLS_DC) 114 switch (function->type) { 116 destroy_op_array((zend_op_array *) function TSRMLS_CC); 124 ZEND_API void zend_function_dtor(zend_function *function) argument 128 destroy_zend_function(function TSRMLS_CC); 138 ZEND_API int zend_cleanup_function_data(zend_function *function TSRMLS_DC) 140 if (function->type == ZEND_USER_FUNCTION) { 141 zend_cleanup_op_array_data((zend_op_array *) function); 148 ZEND_API int zend_cleanup_function_data_full(zend_function *function TSRMLS_DC) 150 if (function [all...] |
| /PHP_5_5/ext/opcache/ |
| H A D | ZendAccelerator.c | 147 /* O+ overrides PHP chdir() function and remembers the current working directory 390 /* function table hash keys */ 1315 * function and class tables (see: https://bugs.php.net/bug.php?id=64353) 1349 /* Save the original values for the op_array, function table and class table */ 1460 * once each execution (this function can be called more than once on 2194 static int accel_clean_non_persistent_function(zend_function *function TSRMLS_DC) 2196 if (function->type == ZEND_INTERNAL_FUNCTION) { 2199 if (function->op_array.static_variables) { 2200 function->op_array.static_variables->pDestructor = (dtor_func_t)accel_fast_zval_ptr_dtor; 2201 accel_fast_hash_destroy(function [all...] |
| H A D | zend_accelerator_util_funcs.c | 51 static void zend_accel_destroy_zend_function(zend_function *function) argument 55 if (function->type == ZEND_USER_FUNCTION) { 56 if (function->op_array.static_variables) { 58 efree(function->op_array.static_variables); 59 function->op_array.static_variables = NULL; 63 destroy_zend_function(function TSRMLS_CC); 109 static int is_not_internal_function(zend_function *function) argument 111 return(function->type != ZEND_INTERNAL_FUNCTION); 123 static int move_user_function(zend_function *function 135 if (function 156 copy_internal_function(zend_function *function, HashTable *function_table TSRMLS_DC) argument [all...] |
| /PHP_5_5/main/ |
| H A D | main.c | 135 php_printf("Unable to disable function '%s'\n", function_name_5[i]); 144 php_printf("Unable to disable function '%s'\n", function_name_6[i]); 324 /* {{{ php_get_display_errors_mode() helper function 704 const char *function; local 721 /* which function caused the problem if any at all */ 723 function = "PHP Startup"; 725 function = "PHP Shutdown"; 732 function = "eval"; 736 function = "include"; 740 function 1929 dummy_invalid_parameter_handler( const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pEwserved) argument [all...] |