Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 650) sorted by path

12345678910>>...26

/php-src/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml25 - type: input
32 - type: input
/php-src/Zend/
H A DREADME.md123 `zend_vm_def.h` and `zend_vm_execute.skl` as input and produces
H A Dzend_operators.c75 #define BLOCKCONV_LOAD(input) \ argument
76 __m256i blconv_operand = _mm256_loadu_si256((__m256i*)(input)); \
100 #define BLOCKCONV_LOAD(input) \ argument
101 __m128i blconv_operand = _mm_loadu_si128((__m128i*)(input)); \
123 #define BLOCKCONV_LOAD(input) \ argument
124 int8x16_t blconv_operand = vld1q_s8((const int8_t*)(input)); \
/php-src/Zend/tests/
H A Darginfo_zpp_mismatch.inc5 /* expect input / hang */
H A Dbug54910.phpt25 $input = new B();
26 echo $input->getEmail();
H A Dgh10634.phpt5 function test_input($input) {
7 eval($input);
H A Dinclude_fail_during_read.phpt10 Warning: include(): Unprocessed filter buckets remaining on input brigade in %s on line %d
H A Druntime_compile_time_binary_operands.phpt45 $input = [
153 foreach ($input as $left) {
154 foreach ($input as $right) {
163 foreach ($input as $right) {
/php-src/Zend/tests/closures/
H A Dclosure_from_callable.inc16 $input = "foo".$count;
19 $output = $fn($input);
20 return $input === $output;
/php-src/build/
H A Dax_check_compile_flag.m422 # INPUT gives an alternative input source to AC_COMPILE_IFELSE.
H A Dlibtool.m43577 …objs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `tes…
6049 …$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname…
6358 # 10000 chars as input seems more than enough
/php-src/docs-old/
H A Dparameter-parsing-api.md12 string of type specifiers, can parse the input parameters and store the results
65 on input and is used to verify the PHP parameter is an instance of that class.
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst24 php-src as a whole can be seen as a pipeline consisting of these stages, using the input of the
/php-src/ext/bz2/tests/
H A Dbug72447.phpt7 $input = "AAAAAAAA";
8 $param = array('blocks' => $input);
/php-src/ext/calendar/tests/
H A Dunixtojd.phpt31 // but returns -1 day from expected because its input is -1 from expected
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_alnum($input) );
H A Dctype_alpha_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_alpha($input) );
H A Dctype_cntrl_variation1.phpt87 foreach($inputs as $input) {
89 var_dump( ctype_cntrl($input) );
H A Dctype_digit_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_digit($input) );
H A Dctype_graph_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_graph($input) );
H A Dctype_lower_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_lower($input) );
H A Dctype_print_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_print($input) );
H A Dctype_punct_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_punct($input) );
H A Dctype_space_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_space($input) );
H A Dctype_upper_variation1.phpt86 foreach($inputs as $input) {
88 var_dump( ctype_upper($input) );

Completed in 108 milliseconds

12345678910>>...26