Searched defs:variable (Results 1 – 5 of 5) sorted by relevance
18 function apache_setenv(string $variable, string $value, bool $walk_to_top = false): bool {}20 function apache_getenv(string $variable, bool $walk_to_top = false): string|false {}
254 char *variable=NULL, *string_val=NULL; in PHP_FUNCTION() local288 char *variable; in PHP_FUNCTION() local
191 function zend_leak_variable(mixed $variable): void {}
2153 zval variable; in zend_jit_assign_to_typed_ref_helper() local2193 zval variable, *ret; in zend_jit_assign_to_typed_ref2_helper() local
3290 zval variable, *variable_ptr = &variable; in zend_assign_to_property_reference() local
Completed in 47 milliseconds